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

Skip to content

Commit 12bef74

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)