Skip to content

Commit

Permalink
Merge pull request #11 from xuwei-k/patch-3
Browse files Browse the repository at this point in the history
add `setup-sbt` action
  • Loading branch information
eed3si9n authored Oct 19, 2024
2 parents aaed1b2 + a280835 commit e7e90a6
Showing 1 changed file with 1 addition 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 @@ -20,6 +20,7 @@ jobs:
distribution: adopt
- name: Coursier cache
uses: coursier/cache-action@v6
- uses: sbt/setup-sbt@v1
- name: Build and test
run: |
sbt -v clean scalafmtSbtCheck "+ scalafmtCheckAll" "+ test" "+ scripted"
Expand Down

0 comments on commit e7e90a6

Please sign in to comment.