We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747f975 commit 4f0b31fCopy full SHA for 4f0b31f
1 file changed
.github/workflows/github-actions.yml
@@ -12,4 +12,6 @@ jobs:
12
java-version: '17'
13
distribution: 'adopt'
14
- name: Test
15
- run: mvn test
+ run: mvn test
16
+ - name: runCheckstyle
17
+ run: mvn checkstyle:checkstyle
0 commit comments