We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef8f50 commit c687ab4Copy full SHA for c687ab4
.github/workflows/reviewdog.yml
@@ -28,6 +28,7 @@ jobs:
28
env:
29
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
run: |
31
+ set -o pipefail
32
flake8 --docstring-convention=all | \
33
reviewdog -f=pep8 -name=flake8 \
34
-tee -reporter=github-check -filter-mode nofilter
0 commit comments