Skip to content

Commit

Permalink
Ajoute l’action github sbt (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
niladic authored Jan 20, 2025
1 parent d9bef7e commit 71f2847
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: sbt
- name: Set up sbt
uses: sbt/setup-sbt@v1
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck
- name: Scalafix
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: sbt
- name: Set up sbt
uses: sbt/setup-sbt@v1
- uses: harmon758/postgresql-action@v1
with:
postgresql version: '10'
Expand Down

0 comments on commit 71f2847

Please sign in to comment.