Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80e6f8e

Browse files
xuwei-kckipp01
authored andcommittedOct 14, 2024·
run scalafmtSbtCheck in CI
1 parent 7a4d8c6 commit 80e6f8e

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
@@ -52,4 +52,4 @@ jobs:
5252
- uses: sbt/setup-sbt@v1
5353

5454
- name: Check Formatting
55-
run: sbt scalafmtCheckAll
55+
run: sbt scalafmtSbtCheck scalafmtCheckAll

0 commit comments

Comments
 (0)
Please sign in to comment.