Skip to content

Commit

Permalink
[DOP-11712] add github workflow for code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Feb 26, 2024
1 parent 74bfe82 commit b24b2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: poetry run flake8 syncmaster/

- name: Run mypy
run: poetry run mypy ./syncmaster/syncmaster/app --config-file ./pyproject.toml
run: poetry run mypy /syncmaster/syncmaster/app --config-file ./pyproject.toml

codeql:
name: CodeQL
Expand Down

0 comments on commit b24b2f8

Please sign in to comment.