Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim committed Dec 18, 2024
1 parent e6b65a4 commit 3f1eb87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: ls -A
- name: Run Mypy
uses: jashparekh/mypy-action@v2
with:
path: "./app"
path: "."
mypy_version: "0.910"
requirement_files: "app/requirements.txt"
python_version: "3.10"
Expand Down

0 comments on commit 3f1eb87

Please sign in to comment.