Skip to content

Commit c53e3d2

Browse files
xuwei-kckipp01
authored andcommitted
add sbt/setup-sbt
1 parent 812e579 commit c53e3d2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26+
- uses: sbt/setup-sbt@v1
27+
2628
- name: Set up JVM
2729
uses: actions/setup-java@v4
2830
with:
@@ -47,5 +49,7 @@ jobs:
4749
distribution: 'temurin'
4850
java-version: '11'
4951

52+
- uses: sbt/setup-sbt@v1
53+
5054
- name: Check Formatting
5155
run: sbt scalafmtCheckAll

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
distribution: 'temurin'
1717
java-version: '11'
18+
- uses: sbt/setup-sbt@v1
1819
- run: sbt ci-release
1920
env:
2021
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)