We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3a4de commit 0b40c99Copy full SHA for 0b40c99
.github/workflows/ci.yml
@@ -21,5 +21,6 @@ jobs:
21
distribution: temurin
22
java-version: ${{matrix.java}}
23
cache: sbt
24
+ - uses: sbt/setup-sbt@v1
25
- name: Test
26
run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck package
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
with:
14
15
java-version: 8
16
17
- run: sbt versionCheck ci-release
18
env:
19
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}
0 commit comments