Skip to content

Commit 1825524

Browse files
committed
Fix typo checkstyle action
1 parent ad25e2c commit 1825524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java-checkstyle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# submit review comments based on reviewdog findings
2626
reporter: github-pr-review
2727
# report on anything that is in an added/modified file
28-
filter: file
28+
filter_mode: file
2929
fail_on_error: true
30-
config: google_checks_mod.xml
30+
checkstyle_config: google_checks_mod.xml
3131
workdir: ./src/com/code4tomorrow

0 commit comments

Comments
 (0)