Skip to content

Commit

Permalink
fix: correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Olegt0rr authored Aug 25, 2023
1 parent 5456387 commit 1c73994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: './app'
src: './yatracker'

mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jpetrucciani/mypy-check@master
with:
path: './app'
path: './yatracker'
mypy_flags: '--config-file pyproject.toml'

0 comments on commit 1c73994

Please sign in to comment.