run prettier + lint separately (improves output)

This commit is contained in:
Felix Roos
2022-12-13 21:53:45 +01:00
parent bf1ba6efc0
commit 5d3c522da2
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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