Skip to content

Commit

Permalink
Merge pull request #748 from xuwei-k/setup-sbt
Browse files Browse the repository at this point in the history
add `sbt/setup-sbt` action
  • Loading branch information
dubinsky authored Dec 22, 2024
2 parents 96445f3 + 01dfe47 commit 481c528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
distribution: temurin
java-version: ${{matrix.java}}
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck package
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
distribution: temurin
java-version: 8
- uses: sbt/setup-sbt@v1
- run: sbt versionCheck ci-release
env:
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}
Expand Down

0 comments on commit 481c528

Please sign in to comment.