mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-10-31 18:52:34 +00:00
8 lines
126 B
YAML
8 lines
126 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- 6
|
|
before_script:
|
|
- npm install -g free-programming-books-lint
|
|
script: fpb-lint .
|