8000 ci: Add tee to debug reviewdog. · matplotlib/matplotlib@12bef74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12bef74

Browse files
committed
ci: Add tee to debug reviewdog.
1 parent b5eca56 commit 12bef74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
run: |
3131
flake8 --docstring-convention=all | \
32-
reviewdog -f=pep8 -name=flake8 -reporter=github-check
32+
reviewdog -f=pep8 -name=flake8 -tee -reporter=github-check
3333
3434
eslint:
3535
name: eslint

0 commit comments

Comments
 (0)
0