We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c051a17 commit faed058Copy full SHA for faed058
1 file changed
.github/workflows/quality.yml
@@ -59,7 +59,7 @@ jobs:
59
60
testing:
61
name: Testing
62
- needs: [linting, type-checking]
+ needs: [lockfile, linting, type-checking]
63
runs-on: ubuntu-latest
64
65
steps:
0 commit comments