Remove Travis CI and Update Docs (#5591)
* chore: remove travis-ci * chore: replace travis-ci docs with github actionspull/8272/head
parent
d30fca11d6
commit
ba8ce09c25
4 changed files with 5 additions and 22 deletions
@ -1,17 +0,0 @@ |
|||||||
language: shell |
|
||||||
dist: xenial |
|
||||||
os: linux |
|
||||||
|
|
||||||
jobs: |
|
||||||
include: |
|
||||||
- |
|
||||||
language: node_js |
|
||||||
node_js: |
|
||||||
- 14 |
|
||||||
before_script: |
|
||||||
- npm install -g free-programming-books-lint |
|
||||||
script: |
|
||||||
- fpb-lint ./books/ |
|
||||||
- fpb-lint ./casts/ |
|
||||||
- fpb-lint ./courses/ |
|
||||||
- fpb-lint ./more/ |
|
Loading…
Reference in new issue