Skip to content

Commit

Permalink
setup SBT in CI workflow explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git authored Jan 13, 2025
1 parent 03a77c5 commit 4bd425a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ jobs:

- uses: coursier/cache-action@v6

- name: setup Java and SBT
- name: setup Java 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'oracle'
cache: 'sbt'

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

- name: Check code formatting
run: sbt check

Expand Down

0 comments on commit 4bd425a

Please sign in to comment.