Skip to content

Commit 52d720f

Browse files
authored
Updated readme
1 parent 6aeb60f commit 52d720f

File tree

2 files changed

+562
-558
lines changed

2 files changed

+562
-558
lines changed

.github/workflows/scala.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@ jobs:
2727
java-version: '17'
2828
distribution: 'temurin'
2929
cache: 'sbt'
30+
31+
- name: Set up sbt
32+
uses: sbt/setup-sbt@v1
33+
3034
- name: Run tests
3135
run: sbt test

0 commit comments

Comments
 (0)