Skip to content

Commit

Permalink
improve: use spotless maven plugin (#134)
Browse files Browse the repository at this point in the history
format also pom.xml -s

Signed-off-by: csviri <csviri@gmail.com>
  • Loading branch information
csviri authored Mar 14, 2024
1 parent fda63fc commit aa290fa
Show file tree
Hide file tree
Showing 7 changed files with 303 additions and 356 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
cache: 'maven'
- name: Check code format
run: |
./mvnw ${MAVEN_ARGS} formatter:validate -Dconfigfile=$PWD/contributing/eclipse-google-style.xml --file pom.xml
./mvnw ${MAVEN_ARGS} impsort:check --file pom.xml
./mvnw ${MAVEN_ARGS} spotless:check --file pom.xml
- name: Run unit tests
run: ./mvnw ${MAVEN_ARGS} -B test --file pom.xml
Loading

0 comments on commit aa290fa

Please sign in to comment.