Skip to content

Commit c687ab4

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR matplotlib#18227: Set pipefail when running flake8 linter.
1 parent 4ef8f50 commit c687ab4

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)