fix(linter): correct reviewdog runner parameter from flake8 to check

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2025-12-14 11:24:16 +09:00
parent 6a16bc01f1
commit 04772e0043

View File

@@ -30,7 +30,7 @@ jobs:
pip install .[check]
- name: run reviewdog
run: |
reviewdog -runners=flake8,mypy -reporter=github-pr-review -conf=.reviewdog.yml
reviewdog -runners=check,mypy -reporter=github-pr-review -conf=.reviewdog.yml
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}