Skip to content

Commit c01a4f9

Browse files
author
Abhijit Sarkar
committed
Set up SBT in GitHub Actions since it is no longer included in the build image
1 parent c5ce581 commit c01a4f9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
distribution: temurin
1616
java-version: 17
17+
- name: Set up SBT
18+
uses: sbt/setup-sbt@v1
1719
- name: Test
1820
run: ./.github/run.sh --no-lint
1921
- name: Lint

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ project/local-plugins.sbt
1515
.ensime_cache/
1616
.sbt-scripted/
1717
local.sbt
18+
out
1819

1920
# Bloop
2021
.bsp

0 commit comments

Comments
 (0)