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 a1fd79a commit 5c9a42b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
src: "./app"
- run: ls -A
LintsFlake8:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: py-actions/flake8@v2
Expand All @@ -33,13 +33,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: cd app
# - run: cd app
- name: Run Mypy
uses: jashparekh/mypy-action@v2
with:
path: '.'
path: 'app'
mypy_version: '0.910'
requirement_files: 'requirements.txt'
requirement_files: 'app/requirements.txt'
python_version: '3.12'

# Tests:
Expand Down

0 comments on commit 5c9a42b

Please sign in to comment.