Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed Dec 15, 2024
1 parent ffc3e02 commit 4b6df1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install .[check]
- name: Lint checks
run: |
flake8 py7zr tests | ./bin/reviewdog -f flake8 -reporter=github-pr-check -level=error
flake8 py7zr tests | ./bin/reviewdog -f flake8 -reporter=github-pr-check -level=error -fail-level=any
mypy py7zr | ./bin/reviewdog -f mypy -reporter=github-pr-check -level=error
pylint **/*.py | ./bin/reviewdog -efm="%f:%l:%c: %m" -name="pylint" -reporter=github-pr-check -fail-level=error -level=warning
env:
Expand Down

0 comments on commit 4b6df1f

Please sign in to comment.