Skip to content

Commit

Permalink
Switch to use setup-sbt action (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
catap authored Jan 15, 2025
1 parent 47f008e commit 87909a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Install SBT
uses: sbt/setup-sbt@v1
- name: Check headers
run: sbt +headerCheck
- name: Compile everything
Expand Down

0 comments on commit 87909a0

Please sign in to comment.