Skip to content

Commit 8c778fd

Browse files
committed
Update checkstyle action version and add file filter
1 parent 0aa888c commit 8c778fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/java-checkstyle.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
java-version: '12.x'
2020

2121
- name: Run checkstyle with reviewdog
22-
uses: nikitasavinov/checkstyle-action@0.2.0
22+
uses: nikitasavinov/checkstyle-action@0.3.0
2323
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
24+
github_token: ${{ secrets.GITHUB_TOKEN }
25+
# submit review comments based on reviewdog findings
26+
reporter: github-pr-review
27+
# report on anything that is in an added/modified file
28+
filter: file

0 commit comments

Comments
 (0)