mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2026-02-03 11:20:56 +03:00
add lint stage to github
This commit is contained in:
2
.github/workflows/check-lint.yml
vendored
2
.github/workflows/check-lint.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
poetry run mypy .
|
||||
- name: Analysing the code with flake8
|
||||
run: |
|
||||
poetry run flake8
|
||||
poetry run flake8 .
|
||||
- name: Analysing code with isort
|
||||
run: |
|
||||
poetry run isort --check-only app
|
||||
Reference in New Issue
Block a user