Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a523d9 commit 575c37bCopy full SHA for 575c37b
1 file changed
.github/workflows/reviewdog.yml
@@ -29,7 +29,7 @@ jobs:
29
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
run: |
31
flake8 --docstring-convention=all | \
32
- reviewdog -f=pep8 -name=flake8 -reporter=github-check
+ reviewdog -f=pep8 -name=flake8 -tee -reporter=github-check
33
34
eslint:
35
name: eslint
0 commit comments