Skip to content

Commit e58ccf2

Browse files
feat: add format check on ci
1 parent fa7e3d0 commit e58ccf2

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
@@ -18,5 +18,7 @@ jobs:
1818
java-version: "23"
1919
distribution: "temurin"
2020
cache: "maven"
21+
- name: "Check formatting with Spotless"
22+
run: "mvn spotless:check"
2123
- name: "Build with Maven"
2224
run: "mvn -B package --file pom.xml"

0 commit comments

Comments
 (0)