Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Apr 2, 2024
1 parent dc6c714 commit a9c022f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
steps:

- name: Checkout current branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup JVM
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
cache: sbt

- name: Build project
run: sbt compile
run: sbt test

- name: Check Formatting
run: sbt scalafmtCheckAll

0 comments on commit a9c022f

Please sign in to comment.