generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove quicktype installation no longer needed
- Loading branch information
Showing
4 changed files
with
1 addition
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,11 +51,6 @@ jobs: | |
- name: Install Mage | ||
run: go install github.com/magefile/[email protected] | ||
|
||
- name: Installing quicktype | ||
run: | | ||
yarn global add quicktype@23 | ||
echo "$(yarn global bin)" >> $GITHUB_PATH | ||
- name: Build | ||
run: | | ||
mage -v build:${{ matrix.target }} ${{ matrix.schema }} |
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 |
---|---|---|
|
@@ -66,11 +66,6 @@ jobs: | |
- name: Install Mage | ||
run: go install github.com/magefile/[email protected] | ||
|
||
- name: Installing quicktype | ||
run: | | ||
yarn global add quicktype@23 | ||
echo "$(yarn global bin)" >> $GITHUB_PATH | ||
- name: Publish | ||
run: | | ||
mage -v publish:ts ${{ matrix.schema }} $GITHUB_REF | ||
|
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 |
---|---|---|
|
@@ -122,11 +122,6 @@ jobs: | |
- name: Install Mage | ||
run: go install github.com/magefile/[email protected] | ||
|
||
- name: Installing quicktype | ||
run: | | ||
yarn global add quicktype@23 | ||
echo "$(yarn global bin)" >> $GITHUB_PATH | ||
- name: Build | ||
run: | | ||
mage -v build:${{ matrix.target }} ${{ matrix.schema }} | ||
|
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