Skip to content

Commit 82fb6b0

Browse files
authored
ci: added Spotless to CI build
1 parent 37e85b0 commit 82fb6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
distribution: 'adopt'
2424
cache: maven
2525
- name: Build with Maven
26-
run: mvn -B package --file pom.xml
26+
run: mvn -B spotless:apply package --file pom.xml

0 commit comments

Comments
 (0)