Skip to content

Commit

Permalink
Refactoring: Add spotless plugin into pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
BerezinD committed Apr 30, 2024
1 parent 32cc9e5 commit 1bc479e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/feature-mvn-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
env:
GH_PACKAGES_USER_NAME: ${{ secrets.GH_PACKAGES_USER_NAME }}
GH_PACKAGES_ACCESS_TOKEN: ${{ secrets.GH_PACKAGES_ACCESS_TOKEN }}
- name: Checking style with Spotless plugin
run: mvn spotless:check --file ./api/pom.xml
- name: Test project
run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml --batch-mode --update-snapshots clean verify --file ./pom.xml
env:
Expand Down

0 comments on commit 1bc479e

Please sign in to comment.