run prettier + lint separately (improves output)
This commit is contained in:
parent
bf1ba6efc0
commit
5d3c522da2
2 changed files with 4 additions and 3 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -16,5 +16,6 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
cache: "npm"
|
||||
- run: npm install
|
||||
- run: npm run check
|
||||
- run: npm run format-check
|
||||
- run: npm run lint
|
||||
- run: npm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue