We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9abb1 commit 8766301Copy full SHA for 8766301
.github/workflows/CI.yml
@@ -64,7 +64,7 @@ jobs:
64
run: pnpm test.lint
65
66
Release:
67
- needs: [Test]
+ needs: [Test, Lint]
68
if: github.ref == 'refs/heads/master' &&
69
github.event.repository.fork == false
70
runs-on: ubuntu-latest
0 commit comments