Skip to content

Commit 1de3abe

Browse files
authored
run scalafmtSbtCheck in CI
1 parent 2c1ecd7 commit 1de3abe

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)