Skip to content

Commit ad85059

Browse files
Update Java21SetupValidation.yml
1 parent 0a312be commit ad85059

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.github/workflows/Java21SetupValidation.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ on:
66
jobs:
77
scala-steward:
88
runs-on: ubuntu-latest
9-
name: Update Dependency
9+
name: Launch Scala Steward
1010
steps:
11-
- name: Checkout repository
12-
uses: actions/checkout@v4
13-
1411
- name: Set up JDK
1512
uses: actions/setup-java@v4
1613
with:
@@ -19,3 +16,17 @@ jobs:
1916

2017
- name: Install sbt
2118
uses: sbt/setup-sbt@v1
19+
20+
- name: checkout
21+
uses: actions/checkout@v4
22+
23+
# - name: Launch Scala Steward
24+
# uses: scala-steward-org/scala-steward-action@v2
25+
# with:
26+
# github-app-id: ${{ secrets.APP_ID }}
27+
# github-app-installation-id: ${{ secrets.APP_INSTALLATION_ID }}
28+
# github-app-key: ${{ secrets.APP_PRIVATE_KEY }}
29+
# github-app-auth-only: true
30+
# github-repository: "counter2015/tccc"
31+
# author-email: "43047562+scala-steward@users.noreply.github.com"
32+
# author-name: "Scala Steward"

0 commit comments

Comments
 (0)