mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-05-31 12:45:47 +00:00
fix: CI linter config (#5239)
* fix: CI linter config * chore: lint all files
This commit is contained in:
parent
3e60c442b1
commit
8530b47797
5 changed files with 15 additions and 9 deletions
7
.github/workflows/fpb-lint.yml
vendored
7
.github/workflows/fpb-lint.yml
vendored
|
|
@ -12,6 +12,9 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '6.x'
|
||||
node-version: '14.x'
|
||||
- run: npm install -g free-programming-books-lint
|
||||
- run: fpb-lint .
|
||||
- run: fpb-lint ./books/
|
||||
- run: fpb-lint ./casts/
|
||||
- run: fpb-lint ./courses/
|
||||
- run: fpb-lint ./more/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue