Skip to content

Commit 1703603

Browse files
authored
Check formatting with Scala CLI, rather than the scalafmt launcher itself (#3660)
1 parent b80cf3e commit 1703603

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,10 +1512,7 @@ jobs:
15121512
fetch-depth: 0
15131513
submodules: true
15141514
- uses: VirtusLab/scala-cli-setup@v1
1515-
with:
1516-
jvm: "temurin:17"
1517-
apps: scalafmt:3.0.0
1518-
- run: scalafmt --check
1515+
- run: scala-cli fmt . --check
15191516

15201517
reference-doc:
15211518
timeout-minutes: 15

0 commit comments

Comments
 (0)