fix: CI linter config (#5239)
* fix: CI linter config * chore: lint all files
This commit is contained in:
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/
|
||||
|
Reference in New Issue
Block a user