Skip to content

Commit af041d7

Browse files
committed
Fix setup of linting GitHub Action.
1 parent 588b5b4 commit af041d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reviewdog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: 3.8
1616

1717
- name: Install flake8
18-
run: pip3 install -r flake8
18+
run: pip3 install flake8
1919

2020
- name: Set up reviewdog
2121
run: |
@@ -30,6 +30,6 @@ jobs:
3030
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
run: |
3232
set -o pipefail
33-
flake8 --docstring-convention=all | \
33+
flake8 | \
3434
reviewdog -f=pep8 -name=flake8 \
3535
-tee -reporter=github-check -filter-mode nofilter

0 commit comments

Comments
 (0)