Skip to content

Commit 3021550

Browse files
xerialclaude
andauthored
Add scalafmtCheckAll to code format CI (#902)
This ensures Scala code formatting is validated in CI alongside Java checkstyle. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent a08b9eb commit 3021550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- name: jcheckstyle
4444
run: ./sbt jcheckStyle
45+
- name: scalafmtCheckAll
46+
run: ./sbt scalafmtCheckAll
4547

4648
test:
4749
name: Test JDK${{ matrix.java }}

0 commit comments

Comments
 (0)