Skip to content

Commit 6f8b75d

Browse files
committed
chore: add spotless check on PRs to prevent formatting drift
1 parent 5790580 commit 6f8b75d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/javaci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
${{ runner.os }}-m2-
3636
- name: Check code style
3737
run: mvn -B checkstyle:check --no-transfer-progress
38+
- name: Check Java Formatting
39+
run: mvn spotless:check --no-transfer-progress
3840

3941
java-test:
4042
name: Build and Test

0 commit comments

Comments
 (0)