Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-scalafmt-2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored Jan 19, 2025
2 parents 046f838 + 321577e commit 3b3afae
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
distribution: temurin
java-version: 11

- name: set up sbt
uses: sbt/setup-sbt@v1

- name: Launch elastic docker
uses: ./.github/actions/launch-elasticsearch

Expand All @@ -46,6 +49,9 @@ jobs:
distribution: temurin
java-version: 11

- name: set up sbt
uses: sbt/setup-sbt@v1

- name: Launch elastic docker
uses: ./.github/actions/launch-elasticsearch

Expand All @@ -66,6 +72,9 @@ jobs:
distribution: temurin
java-version: 11

- name: set up sbt
uses: sbt/setup-sbt@v1

- name: Launch elastic docker
uses: ./.github/actions/launch-elasticsearch

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
distribution: temurin
java-version: 11

- name: set up sbt
uses: sbt/setup-sbt@v1

- name: run lint
run: sbt -v "+scalafmtCheckAll;scalafmtSbtCheck"
9 changes: 9 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
distribution: temurin
java-version: 11

- name: set up sbt
uses: sbt/setup-sbt@v1

- name: Launch elastic docker
uses: ./.github/actions/launch-elasticsearch

Expand All @@ -43,6 +46,9 @@ jobs:
distribution: temurin
java-version: 11

- name: set up sbt
uses: sbt/setup-sbt@v1

- name: Launch elastic docker
uses: ./.github/actions/launch-elasticsearch

Expand All @@ -64,6 +70,9 @@ jobs:
distribution: temurin
java-version: 11

- name: set up sbt
uses: sbt/setup-sbt@v1

- name: Launch elastic docker
uses: ./.github/actions/launch-elasticsearch

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
distribution: temurin
java-version: 11
- uses: sbt/setup-sbt@v1
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit 3b3afae

Please sign in to comment.