Skip to content

Commit 920d1f9

Browse files
committed
Use SBT action
1 parent 93c23a9 commit 920d1f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
distribution: ${{ matrix.distribution }}
2828
java-version: ${{ matrix.java }}
2929

30+
- name: Install sbt
31+
uses: sbt/setup-sbt@v1
32+
3033
- name: Check formatting
3134
run: cd 2021/scala; sbt scalafmtCheckAll
3235

@@ -52,6 +55,9 @@ jobs:
5255
distribution: ${{ matrix.distribution }}
5356
java-version: ${{ matrix.java }}
5457

58+
- name: Install sbt
59+
uses: sbt/setup-sbt@v1
60+
5561
- name: Check formatting
5662
run: cd 2022/scala; sbt scalafmtCheckAll
5763

0 commit comments

Comments
 (0)