Skip to content

Commit 0274cd7

Browse files
committed
Finalize Java checkstyle workflow
1 parent afab924 commit 0274cd7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/java.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ jobs:
4545
uses: nikitasavinov/checkstyle-action@master
4646
with:
4747
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
48+
reporter: github-pr-review # submit review comments based on reviewdog findings
49+
filter_mode: file # report on anything that is in an added/modified file
5250
fail_on_error: true
5351
checkstyle_config: google_checks_mod.xml
5452
workdir: src/com/codefortomorrow # working dir relative to root dir

0 commit comments

Comments
 (0)