Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b604dec

Browse filesBrowse 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
Copy full SHA for b604dec

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎.github/workflows/reviewdog.yml

Copy file name to clipboardExpand all lines: .github/workflows/reviewdog.yml
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.