This commit is contained in:
Eugene Pankov
2021-10-24 22:53:00 +02:00
parent eae970f969
commit 0fbf855e37
2 changed files with 3 additions and 3 deletions

View File

@@ -32,5 +32,5 @@ jobs:
poetry install
- name: Lint backend
working-directory: frontend
run: flake8 .
working-directory: backend
run: poetry run flake8 .