Skip to content

Commit

Permalink
Add setup sbt (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Jan 3, 2025
2 parents 4bb782e + 51ed4d2 commit b656520
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
java-version: 21
cache: sbt

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

- name: Build project
run: sbt compile

Expand All @@ -38,6 +41,9 @@ jobs:
java-version: 21
cache: sbt

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

- name: Test project
run: sbt test

Expand All @@ -55,5 +61,8 @@ jobs:
java-version: 21
cache: sbt

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

- name: Check Formatting
run: sbt lintCheck

0 comments on commit b656520

Please sign in to comment.