2020-11-29 23:43:20 +00:00
|
|
|
language: shell
|
|
|
|
dist: xenial
|
|
|
|
os: linux
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
include:
|
|
|
|
-
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
2020-12-28 17:19:50 +00:00
|
|
|
- 14
|
2020-11-29 23:43:20 +00:00
|
|
|
before_script:
|
|
|
|
- npm install -g free-programming-books-lint
|
|
|
|
script:
|
2020-12-28 17:19:50 +00:00
|
|
|
- fpb-lint ./books/
|
|
|
|
- fpb-lint ./casts/
|
|
|
|
- fpb-lint ./courses/
|
|
|
|
- fpb-lint ./more/
|