Skip to content

Commit

Permalink
SBT Install in CI (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Oct 15, 2024
1 parent f08c1b9 commit 2eaff40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}

- name: Install sbt
uses: sbt/setup-sbt@v1

- name: Check formatting
run: sbt ";scalafix --check; scalafmtCheck; scalafmtSbtCheck; scapegoat;"

Expand All @@ -51,6 +54,9 @@ jobs:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}

- name: Install sbt
uses: sbt/setup-sbt@v1

- name: Release
run: sbt ci-release
env:
Expand Down

0 comments on commit 2eaff40

Please sign in to comment.