Skip to content

Commit

Permalink
setup-sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
marctalbott committed Jan 13, 2025
1 parent 555338a commit 952cf42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:

- uses: sbt/setup-sbt@v1
- uses: actions/checkout@v4
with:
fetch-depth: 2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: sbt/setup-sbt@v1

- uses: actions/checkout@v4

Expand Down

0 comments on commit 952cf42

Please sign in to comment.