Skip to content

Commit a826b3a

Browse files
committed
fix bug
1 parent c972fdb commit a826b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
test:
4949
name: ⌛ Run tests
5050
runs-on: ubuntu-latest
51-
needs: [flake8]
51+
needs: [lint]
5252
steps:
5353
- name: ⬇️ Checkout
5454
uses: actions/checkout@v4

0 commit comments

Comments
 (0)