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 23a3d46 commit 38646ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: cd app
- name: Run Mypy
uses: jashparekh/mypy-action@v2
with:
path: "./app"
mypy_version: "0.910"
requirement_files: ".app/requirements.txt"
requirements: ".app/requirements.txt"
python_version: "3.12"

# Tests:
Expand Down

0 comments on commit 38646ca

Please sign in to comment.