We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17bcf0 commit d244088Copy full SHA for d244088
1 file changed
.github/workflows/ci.yml
@@ -42,6 +42,7 @@ jobs:
42
run: pnpm lint
43
test:
44
name: Test on ${{ matrix.os }} using Node.js v${{ matrix.node }}
45
+ needs: lint
46
continue-on-error: true
47
strategy:
48
matrix:
0 commit comments