Skip to content

Commit

Permalink
Add setup-sbt in build workflow (#976)
Browse files Browse the repository at this point in the history
(cherry picked from commit b9cf14e)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent 326d669 commit db24c3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
distribution: 'temurin'
java-version: 11

- name: Set up SBT
uses: sbt/setup-sbt@v1

- name: Style check
run: sbt scalafmtCheckAll

Expand Down

0 comments on commit db24c3c

Please sign in to comment.