File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 66jobs :
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 :
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"
You can’t perform that action at this time.
0 commit comments