add lint stage to github

This commit is contained in:
2022-08-15 00:35:40 +03:00
parent 46aa577da8
commit 8e7821258b
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ jobs:
- name: Analysing the code with mypy
run: |
source .venv/bin/activate
poetry run mypy .
poetry run mypy app
- name: Analysing the code with flake8
run: |
poetry run flake8 app