Skip to content

Commit

Permalink
Add sbt installation step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Dec 24, 2024
1 parent aee75aa commit 2a9f07d
Showing 1 changed file with 2 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 @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Install sbt
uses: sbt/setup-sbt@v1
- name: Check Scala formatting
run: sbt scalafmtCheckAll scalafmtSbtCheck
- name: Run tests
Expand Down

0 comments on commit 2a9f07d

Please sign in to comment.