Skip to content

Commit be2dc01

Browse files
committed
Check source code format
1 parent ea67b04 commit be2dc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: chmod +x mvnw
3030

3131
- name: Test with Maven
32-
run: ./mvnw $MAVEN_CLI_OPTS test
32+
run: ./mvnw $MAVEN_CLI_OPTS formatter:validate test
3333

3434
- name: Upload reports
3535
if: failure()

0 commit comments

Comments
 (0)