mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-10-31 18:52:34 +00:00
e59e9e0717
fixes #3583
15 lines
223 B
YAML
15 lines
223 B
YAML
language: shell
|
|
dist: xenial
|
|
os: linux
|
|
|
|
jobs:
|
|
include:
|
|
-
|
|
language: node_js
|
|
node_js:
|
|
- 6
|
|
before_script:
|
|
- npm install -g free-programming-books-lint
|
|
script:
|
|
- fpb-lint .
|