mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Fix running lint script on lint and test action
This commit is contained in:
parent
2052340780
commit
fd101bd251
5
.github/workflows/lint-test.yml
vendored
5
.github/workflows/lint-test.yml
vendored
@ -23,5 +23,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: yarn --frozen-lockfile
|
||||
- name: Run ESLint
|
||||
run: npm run eslint
|
||||
- run: npm test
|
||||
run: npm run lint
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user