We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812e579 commit c53e3d2Copy full SHA for c53e3d2
.github/workflows/ci.yml
@@ -23,6 +23,8 @@ jobs:
23
with:
24
fetch-depth: 0
25
26
+ - uses: sbt/setup-sbt@v1
27
+
28
- name: Set up JVM
29
uses: actions/setup-java@v4
30
@@ -47,5 +49,7 @@ jobs:
47
49
distribution: 'temurin'
48
50
java-version: '11'
51
52
53
54
- name: Check Formatting
55
run: sbt scalafmtCheckAll
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
16
17
18
19
- run: sbt ci-release
20
env:
21
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
0 commit comments