Skip to content

Commit

Permalink
add sbt/setup-sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 14, 2024
1 parent 812e579 commit f70ba79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
with:
fetch-depth: 0

- uses: sbt/setup-sbt@v1

- name: Set up JVM
uses: actions/setup-java@v4
with:
Expand All @@ -47,5 +49,7 @@ jobs:
distribution: 'temurin'
java-version: '11'

- uses: sbt/setup-sbt@v1

- name: Check Formatting
run: sbt scalafmtCheckAll
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- uses: sbt/setup-sbt@v1
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit f70ba79

Please sign in to comment.