Skip to content

Commit 12cfea6

Browse files
committed
Try relative path for config file
1 parent 48054a4 commit 12cfea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-checkstyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
# report on anything that is in an added/modified file
2828
filter_mode: file
2929
# fail_on_error: true
30-
checkstyle_config: google_checks_mod.xml
30+
checkstyle_config: ../google_checks_mod.xml
3131
# workdir: ./src/com/code4tomorrow # working dir relative to root dir

0 commit comments

Comments
 (0)