Skip to content

Commit

Permalink
Add setup-sbt to scala-steward GitHub Action (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeltz authored Jan 6, 2025
1 parent 07349c7 commit cf0eb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
~/.ivy2/cache
~/.sbt
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/plugins.sbt') }}-${{ hashFiles('**/build.properties') }}
- uses: sbt/setup-sbt@v1
- name: Compile and validate
run: sbt +validate
2 changes: 1 addition & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
app_id: 162267
private_key: ${{ secrets.SCALA_STEWARD_APP_PRIVATE_KEY }}

- uses: sbt/setup-sbt@v1
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
env:
Expand Down

0 comments on commit cf0eb0e

Please sign in to comment.