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 afab924 commit 0274cd7Copy full SHA for 0274cd7
.github/workflows/java.yml
@@ -45,10 +45,8 @@ jobs:
45
uses: nikitasavinov/checkstyle-action@master
46
with:
47
github_token: ${{ secrets.GITHUB_TOKEN }}
48
- # submit review comments based on reviewdog findings
49
- reporter: github-pr-review
50
- # report on anything that is in an added/modified file
51
- filter_mode: file
+ reporter: github-pr-review # submit review comments based on reviewdog findings
+ filter_mode: file # report on anything that is in an added/modified file
52
fail_on_error: true
53
checkstyle_config: google_checks_mod.xml
54
workdir: src/com/codefortomorrow # working dir relative to root dir
0 commit comments