We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2e3f4 commit a29d166Copy full SHA for a29d166
.github/workflows/checkstyle.yml
@@ -17,4 +17,4 @@ jobs:
17
with:
18
java-version: 1.8
19
- name: Code Style Check
20
- run: mvn -B validate --file pom.xml
+ run: mvn -B checkstyle:check --file pom.xml
pom.xml
@@ -189,8 +189,7 @@
189
</configuration>
190
<executions>
191
<execution>
192
- <id>validate</id>
193
- <phase>validate</phase>
+ <id>check</id>
194
<goals>
195
<goal>check</goal>
196
</goals>
0 commit comments