Skip to content

Commit

Permalink
GitHub Action: execute mvn spotless:check on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweedeldee committed Dec 11, 2024
1 parent 2360177 commit e05c60c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ jobs:
working-directory: deploy-service
run: |
mvn clean package --file pom.xml -P-pinterest-dependenies,exclude-pinterest-only-classes
- name: Build with Maven
working-directory: deploy-service
run: |
mvn spotless:check --file pom.xml -P-pinterest-dependenies,exclude-pinterest-only-classes

0 comments on commit e05c60c

Please sign in to comment.