We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186a4d6 commit 7013a3aCopy full SHA for 7013a3a
1 file changed
.github/workflows/ci.yml
@@ -26,4 +26,4 @@ jobs:
26
java-version: ${{ inputs.jdk }}
27
distribution: temurin
28
- name: Run tests
29
- run: mvn -s .github/maven-ci-settings.xml -q clean verify -B
+ run: mvn -s .github/maven-ci-settings.xml -q clean verify -B -Pcheckstyle
0 commit comments