We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8645e29 commit 493a7d4Copy full SHA for 493a7d4
.github/workflows/testing.yaml
@@ -48,7 +48,7 @@ jobs:
48
test:
49
name: ⌛ Run tests
50
runs-on: ubuntu-latest
51
- needs: [flake8]
+ needs: [lint]
52
steps:
53
- name: ⬇️ Checkout
54
uses: actions/checkout@v4
0 commit comments