Skip to content

Commit 7d21fe9

Browse files
committed
Fix ci script
1 parent 0f88a07 commit 7d21fe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- uses: coursier/cache-action@v6
2020
- uses: VirtusLab/scala-cli-setup@main
2121
with:
22-
scala-cli-version: 1.12.1
23-
- run: scala-cli --server=false fmt --check .
22+
scala-cli-version: 1.12.2
23+
- run: scala-cli fmt --check .
2424
- run: scala-cli --server=false build.scala
2525
- if: github.event_name != 'pull_request'
2626
uses: peaceiris/actions-gh-pages@v4.0.0

0 commit comments

Comments
 (0)