8000 Backport PR #18227: Set pipefail when running flake8 linter. · matplotlib/matplotlib@c687ab4 · GitHub
[go: up one dir, main page]

Skip to content

Commit c687ab4

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

Fi 8000 le 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 | \
32< 4013 /td>33
reviewdog -f=pep8 -name=flake8 \
3334
-tee -reporter=github-check -filter-mode nofilter

0 commit comments

Comments
 (0)
0