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 00878eb commit 48054a4Copy full SHA for 48054a4
.github/workflows/java-checkstyle.yml
@@ -26,6 +26,6 @@ jobs:
26
reporter: github-pr-review
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 # relative to workflow dir?
31
- workdir: ./src/com/code4tomorrow # working dir relative to root dir
+ # fail_on_error: true
+ checkstyle_config: google_checks_mod.xml
+ # workdir: ./src/com/code4tomorrow # working dir relative to root dir
0 commit comments