Skip to content

Commit

Permalink
Add setup-sbt action
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Jan 20, 2025
1 parent 69cc634 commit 02f8328
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 @@ -16,6 +16,8 @@ jobs:
with:
distribution: temurin
java-version: 21
- name: Setup sbt
uses: sbt/setup-sbt@v1
- run: sbt compile

lint:
Expand All @@ -26,6 +28,8 @@ jobs:
with:
distribution: temurin
java-version: 21
- name: Setup sbt
uses: sbt/setup-sbt@v1
- run: sbt check

test:
Expand All @@ -36,4 +40,6 @@ jobs:
with:
distribution: temurin
java-version: 21
- name: Setup sbt
uses: sbt/setup-sbt@v1
- run: sbt test

0 comments on commit 02f8328

Please sign in to comment.