Skip to content

Commit 78aa005

Browse files
committed
Fix typo in google checks mod file name
Ugh I'm so stupid
1 parent 12cfea6 commit 78aa005

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/java-checkstyle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
reporter: github-pr-review
2727
# report on anything that is in an added/modified file
2828
filter_mode: file
29-
# fail_on_error: true
30-
checkstyle_config: ../google_checks_mod.xml
31-
# workdir: ./src/com/code4tomorrow # working dir relative to root dir
29+
fail_on_error: true
30+
checkstyle_config: google_checks_mod.xml
31+
workdir: ./src/com/code4tomorrow # working dir relative to root dir
File renamed without changes.

0 commit comments

Comments
 (0)