Skip to content

Commit d244088

Browse files
committed
Require lint to pass before running tests in CI
1 parent d17bcf0 commit d244088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: pnpm lint
4343
test:
4444
name: Test on ${{ matrix.os }} using Node.js v${{ matrix.node }}
45+
needs: lint
4546
continue-on-error: true
4647
strategy:
4748
matrix:

0 commit comments

Comments
 (0)