We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda63fc commit aa290faCopy full SHA for aa290fa
.github/workflows/pr.yml
@@ -27,7 +27,6 @@ jobs:
27
cache: 'maven'
28
- name: Check code format
29
run: |
30
- ./mvnw ${MAVEN_ARGS} formatter:validate -Dconfigfile=$PWD/contributing/eclipse-google-style.xml --file pom.xml
31
- ./mvnw ${MAVEN_ARGS} impsort:check --file pom.xml
+ ./mvnw ${MAVEN_ARGS} spotless:check --file pom.xml
32
- name: Run unit tests
33
run: ./mvnw ${MAVEN_ARGS} -B test --file pom.xml
0 commit comments