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 0aa888c commit 8c778fdCopy full SHA for 8c778fd
.github/workflows/java-checkstyle.yml
@@ -19,10 +19,10 @@ jobs:
19
java-version: '12.x'
20
21
- name: Run checkstyle with reviewdog
22
- uses: nikitasavinov/checkstyle-action@0.2.0
+ uses: nikitasavinov/checkstyle-action@0.3.0
23
with:
24
- # Report reviewdog results to
25
- # GitHub PullRequest review comments
26
- # using GitHub Personal API Access Token
27
- github_token: ${{ secrets.GITHUB_TOKEN }}
28
- reporter: github-pr-review
+ github_token: ${{ secrets.GITHUB_TOKEN }
+ # submit review comments based on reviewdog findings
+ reporter: github-pr-review
+ # report on anything that is in an added/modified file
+ filter: file
0 commit comments