Skip to content

Commit 495310a

Browse files
committed
apply check in github action
1 parent fc58b78 commit 495310a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
uses: actions/setup-java@v1
2424
with:
2525
java-version: ${{ matrix.java }}
26+
- name: Verify Format and License
27+
run: mvn spotless:check
2628
- name: Build with Maven
2729
run: mvn -q test -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

0 commit comments

Comments
 (0)