Skip to content

Commit

Permalink
Merge branch 'main' into ppl-projection-command
Browse files Browse the repository at this point in the history
  • Loading branch information
YANG-DB committed Dec 9, 2024
2 parents a061844 + 9902a3f commit a90f9b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/snapshot-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
distribution: 'temurin'
java-version: 11

- name: Set up SBT
uses: sbt/setup-sbt@v1

- name: Publish to Local Maven
run: |
sbt standaloneCosmetic/publishM2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-and-build-workflow.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: Style check
run: sbt scalafmtCheckAll

Expand Down

0 comments on commit a90f9b1

Please sign in to comment.