Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ingorichtsmeier committed Feb 24, 2023
2 parents b9c5171 + 593f5b8 commit a07a512
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
- name: Verify Format
run: mvn verify -PcheckFormat -B
- name: Enforce rules
run: mvn enforcer:enforce -B

0 comments on commit a07a512

Please sign in to comment.