Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim committed Dec 18, 2024
1 parent dc94ccc commit 4958276
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
- uses: isort/isort-action@master
with:
sort-paths: "./app"
LintsMyPy:
runs-on: ubuntu-latest
steps:
- uses: jpetrucciani/mypy-check@master
with:
path: './app'

# Tests:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 4958276

Please sign in to comment.