Skip to content

Commit 7d1e1bb

Browse files
committed
Remove double linting on CI
1 parent dfa5e17 commit 7d1e1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
path: frontend/build
6969

7070
python-test:
71-
needs: [python-lint, frontend-build]
71+
needs: [code-lint, frontend-build]
7272
runs-on: ${{ matrix.os }}
7373
strategy:
7474
matrix:

0 commit comments

Comments
 (0)