Skip to content

Commit 6d22a52

Browse files
committed
ci: add spotless check to the verify workflow
1 parent c66a545 commit 6d22a52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 17
19+
- name: Spotless check
20+
run: ./gradlew spotlessCheck
21+
1922
- name: Run Tests
2023
run: ./gradlew test

0 commit comments

Comments
 (0)