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.
2 parents ea67b04 + be2dc01 commit 04f1593Copy full SHA for 04f1593
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
run: chmod +x mvnw
30
31
- name: Test with Maven
32
- run: ./mvnw $MAVEN_CLI_OPTS test
+ run: ./mvnw $MAVEN_CLI_OPTS formatter:validate test
33
34
- name: Upload reports
35
if: failure()
0 commit comments