Skip to content

Commit 04f1593

Browse files
authored
Merge pull request #278 from domaframework/checking-code-format
Check source code format close #276
2 parents ea67b04 + be2dc01 commit 04f1593

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)