Skip to content

Commit 6aaf5ff

Browse files
committed
Try removing ./ in path for workdir
1 parent 78aa005 commit 6aaf5ff

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
@@ -28,4 +28,4 @@ jobs:
2828
filter_mode: file
2929
fail_on_error: true
3030
checkstyle_config: google_checks_mod.xml
31-
workdir: ./src/com/code4tomorrow # working dir relative to root dir
31+
workdir: src/com/code4tomorrow # working dir relative to root dir

0 commit comments

Comments
 (0)