We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f88a07 commit 7d21fe9Copy full SHA for 7d21fe9
1 file changed
.github/workflows/ci.yml
@@ -19,8 +19,8 @@ jobs:
19
- uses: coursier/cache-action@v6
20
- uses: VirtusLab/scala-cli-setup@main
21
with:
22
- scala-cli-version: 1.12.1
23
- - run: scala-cli --server=false fmt --check .
+ scala-cli-version: 1.12.2
+ - run: scala-cli fmt --check .
24
- run: scala-cli --server=false build.scala
25
- if: github.event_name != 'pull_request'
26
uses: peaceiris/actions-gh-pages@v4.0.0
0 commit comments