mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-02-07 07:22:02 +00:00
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 .
|