We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c972fdb commit a826b3aCopy full SHA for a826b3a
.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