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 f3500c2 commit 489b007Copy full SHA for 489b007
.github/workflows/scala.yml
@@ -17,5 +17,6 @@ jobs:
17
with:
18
java-version: ${{matrix.java}}
19
distribution: 'adopt'
20
+ - uses: sbt/setup-sbt@v1
21
- name: Run tests
22
run: sbt scalafmtSbtCheck "+ scalafmtCheckAll" +test
0 commit comments