Skip to content

Commit

Permalink
add setup-sbt action (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Jan 19, 2025
1 parent a336f9b commit efd3f2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
~/.cache/ms-playwright
key: ${{ runner.os }}-sbt-${{matrix.scala}}-${{ hashFiles('**/*.sbt') }}

- uses: sbt/setup-sbt@v1

- name: Formatting
run: |
sbt scalafmtCheck Test/scalafmtCheck scalafmtSbtCheck
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
java-version: 11
distribution: temurin
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Update docs
run: |
git config --global user.name "ZIO-gRPC Docs"
Expand Down

0 comments on commit efd3f2f

Please sign in to comment.