mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +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]
|
pip install .[check]
|
||||||
- name: run reviewdog
|
- name: run reviewdog
|
||||||
run: |
|
run: |
|
||||||
reviewdog -runners=flake8,mypy -reporter=github-pr-review -conf=.reviewdog.yml
|
reviewdog -runners=check,mypy -reporter=github-pr-review -conf=.reviewdog.yml
|
||||||
env:
|
env:
|
||||||
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user