-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into sbt-gen-issue-3180-add-sbt-plugin-to-generat…
…e-code-from-openapi
- Loading branch information
Showing
5 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ jobs: | |
with: | ||
fetch-depth: '0' | ||
- uses: coursier/setup-action@v1 | ||
with: | ||
apps: 'sbt' | ||
- name: Setup Scala | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -50,6 +52,8 @@ jobs: | |
java-version: 17 | ||
check-latest: true | ||
- uses: coursier/setup-action@v1 | ||
with: | ||
apps: 'sbt' | ||
- name: Setup NodeJs | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -70,6 +74,8 @@ jobs: | |
with: | ||
fetch-depth: '0' | ||
- uses: coursier/setup-action@v1 | ||
with: | ||
apps: 'sbt' | ||
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters