We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f438c12 commit c1e1ed5Copy full SHA for c1e1ed5
.github/workflows/mvn-build.yml
@@ -20,4 +20,4 @@ jobs:
20
java-version: '21'
21
distribution: 'adopt'
22
- name: Build with Maven
23
- run: mvn --batch-mode --update-snapshots package
+ run: mvn verify -PcheckFormat -B
0 commit comments