mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 00:34:25 -04:00
run prettier + lint separately (improves output)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user