Skip to content

Commit

Permalink
Set up SBT in GitHub Actions since it is no longer included in the bu…
Browse files Browse the repository at this point in the history
…ild image
  • Loading branch information
Abhijit Sarkar committed Dec 18, 2024
1 parent c5ce581 commit c01a4f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
distribution: temurin
java-version: 17
- name: Set up SBT
uses: sbt/setup-sbt@v1
- name: Test
run: ./.github/run.sh --no-lint
- name: Lint
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ project/local-plugins.sbt
.ensime_cache/
.sbt-scripted/
local.sbt
out

# Bloop
.bsp
Expand Down

0 comments on commit c01a4f9

Please sign in to comment.