mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
fix(linter): correct reviewdog runner parameter from flake8 to check
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
2
.github/workflows/run-linter.yml
vendored
2
.github/workflows/run-linter.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user