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 2fb0c53 commit 92294fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
pip install .[check]
- name: Lint checks
run: |
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
flake8 py7zr tests | ./bin/reviewdog -efm="%f:%l:%c: %m" -name="flake8" -reporter=github-pr-review -level=error -fail-level=any
mypy py7zr | ./bin/reviewdog -f mypy -reporter=github-pr-review -level=error
pylint **/*.py | ./bin/reviewdog -efm="%f:%l:%c: %m" -name="pylint" -reporter=github-pr-check -fail-level=error -level=warning
env:
REVIEWDOG_TOKEN: ${{ secrets.REVIEWDOG_TOKEN }}
Expand Down

0 comments on commit 92294fc

Please sign in to comment.