Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b604dec

Browse files
authored
Merge pull request #18228 from meeseeksmachine/auto-backport-of-pr-18227-on-v3.3.x
Backport PR #18227 on branch v3.3.x (Set pipefail when running flake8 linter.)
2 parents 4ef8f50 + c687ab4 commit b604dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
env:
2929
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
run: |
31+
set -o pipefail
3132
flake8 --docstring-convention=all | \
3233
reviewdog -f=pep8 -name=flake8 \
3334
-tee -reporter=github-check -filter-mode nofilter

0 commit comments

Comments
 (0)