Skip to content

Commit caf2c19

Browse files
Alberto Perez LopezAlberto Perez Lopez
authored andcommitted
Setup sbt for CI workflow
1 parent a290bc0 commit caf2c19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/scala.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- name: Checkout
14+
uses: actions/checkout@v3
15+
- name: Set up sbt
16+
uses: sbt/setup-sbt@v1
1417
- name: Set up JDK 17
1518
uses: actions/setup-java@v3
1619
with:

0 commit comments

Comments
 (0)