Skip to content

Commit

Permalink
add setup-sbt action (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 15, 2024
1 parent f04e6e7 commit fd1b61a
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 @@ -22,4 +22,5 @@ jobs:
distribution: temurin
java-version: ${{ matrix.java }}
cache: sbt
- uses: sbt/setup-sbt@v1
- run: sbt -v test scripted
1 change: 1 addition & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
runs-on: ubuntu-latest
name: Scala Steward
steps:
- uses: sbt/setup-sbt@v1
- name: Scala Steward
uses: scala-steward-org/scala-steward-action@v2.70.0

0 comments on commit fd1b61a

Please sign in to comment.