Skip to content

Commit a29d166

Browse files
committed
remove the phase of checksytle
1 parent 9f2e3f4 commit a29d166

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/checkstyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
java-version: 1.8
1919
- name: Code Style Check
20-
run: mvn -B validate --file pom.xml
20+
run: mvn -B checkstyle:check --file pom.xml

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@
189189
</configuration>
190190
<executions>
191191
<execution>
192-
<id>validate</id>
193-
<phase>validate</phase>
192+
<id>check</id>
194193
<goals>
195194
<goal>check</goal>
196195
</goals>

0 commit comments

Comments
 (0)