We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1825524 commit 00878ebCopy full SHA for 00878eb
.github/workflows/java-checkstyle.yml
@@ -27,5 +27,5 @@ jobs:
27
# report on anything that is in an added/modified file
28
filter_mode: file
29
fail_on_error: true
30
- checkstyle_config: google_checks_mod.xml
31
- workdir: ./src/com/code4tomorrow
+ checkstyle_config: ./../google_checks_mod.xml # relative to workflow dir?
+ workdir: ./src/com/code4tomorrow # working dir relative to root dir
0 commit comments