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 d760264 commit ff48859Copy full SHA for ff48859
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
~/.cache/coursier
25
key: ${{ runner.os }}-sbt-${{matrix.scala}}-${{ hashFiles('**/*.sbt') }}
26
27
+ - uses: sbt/setup-sbt@v1
28
+
29
- name: Formatting
30
run: |
31
sbt scalafmtCheck test:scalafmtCheck scalafmtSbtCheck
.github/workflows/release.yml
@@ -24,6 +24,7 @@ jobs:
distribution: temurin
- uses: olafurpg/setup-gpg@v3
if: startsWith(github.ref, 'refs/tags/v')
- name: Publish ${{ github.ref }}
run: sbt ci-release
env:
0 commit comments