Skip to content

Commit

Permalink
chore/ci: use --fail-level=error for reviewdog
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Nov 5, 2024
1 parent e018a39 commit 3698ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
pip install tox tox-gh-actions coveralls coverage[toml]
- name: Lint checks
run: |
tox -e check | reviewdog -f flake8 -reporter=github-pr-review -fail-on-error=true
tox -e mypy | reviewdog -f mypy -reporter=github-pr-review -fail-on-error=true
tox -e check | reviewdog -f flake8 -reporter=github-pr-review -fail-level=error
tox -e mypy | reviewdog -f mypy -reporter=github-pr-review -fail-level=error
tox -e docs
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3698ddb

Please sign in to comment.