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 d0f6fe2 commit 2862686
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 @@ -14,7 +14,7 @@ jobs:
src: "./app"
- run: ls -A
LintsFlake8:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- uses: py-actions/flake8@v2
Expand All @@ -38,7 +38,6 @@ jobs:
with:
path: './app'
mypy_version: '0.910'
mypy_flags: '--verbose'
requirement_files: '.app/requirements.txt'
python_version: '3.12'

Expand Down

0 comments on commit 2862686

Please sign in to comment.