Skip to content

Commit 975bb70

Browse files
authored
minor: Update run-checkstyle.yml to print debug output
1 parent dea0f46 commit 975bb70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-checkstyle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ jobs:
5454
5555
- name: Run checkstyle
5656
run: |
57+
ls -la
5758
JAR_NAME=$(find . -name "*-all.jar")
5859
java -jar "$JAR_NAME" -c config.xml Test.java

0 commit comments

Comments
 (0)