We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f71ec63 + e0e3ccb commit bd97b33Copy full SHA for bd97b33
.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