Skip to content

Commit 57bedcd

Browse files
committed
fix path in mypy gh job
1 parent 577a184 commit 57bedcd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
- name: Run mypy
2727
env:
2828
SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
29-
run: mypy --config-file backend/pyproject.toml backend/
29+
run: |
30+
cd backend
31+
mypy --config-file pyproject.toml .

0 commit comments

Comments
 (0)