Skip to content

Commit

Permalink
github/workflows/lint: add umpv to Python linting
Browse files Browse the repository at this point in the history
It doesn't have extension.
  • Loading branch information
kasper93 committed Feb 5, 2025
1 parent 48f944d commit 28ab3ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2
with:
src: ". TOOLS/umpv"

mypy:
runs-on: ubuntu-latest
Expand All @@ -48,6 +50,7 @@ jobs:
with:
install_project_dependencies: no
options: '--check-untyped-defs'
paths: ". TOOLS/umpv"

editorconfig:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 28ab3ae

Please sign in to comment.