mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-02-07 07:22:02 +00:00
8 lines
157 B
YAML
8 lines
157 B
YAML
![]() |
language: node_js
|
||
|
sudo: false
|
||
|
node_js:
|
||
|
- "4.1"
|
||
|
before_script:
|
||
|
- npm install -g https://github.com/vhf/free-programming-books-lint.git
|
||
|
script: fpb-lint .
|