Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc53e3d2

Browse files
xuwei-kckipp01
authored andcommitted
add sbt/setup-sbt
1 parent812e579 commitc53e3d2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp