Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sbt/setup-sbt action #748

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add sbt/setup-sbt action
xuwei-k committed Dec 21, 2024
commit 01dfe479940f4fa179cc8ccc5405fbc6430d3b8c
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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}}
Loading
Oops, something went wrong.