Skip to content

Commit 00878eb

Browse files
committed
Try making config path relative to workflow dir
1 parent 1825524 commit 00878eb

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
@@ -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
31-
workdir: ./src/com/code4tomorrow
30+
checkstyle_config: ./../google_checks_mod.xml # relative to workflow dir?
31+
workdir: ./src/com/code4tomorrow # working dir relative to root dir

0 commit comments

Comments
 (0)