-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rui Chen <[email protected]>
- Loading branch information
1 parent
54a3a9a
commit d78aaaf
Showing
4 changed files
with
17 additions
and
22 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
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 |
---|---|---|
|
@@ -8,9 +8,6 @@ on: | |
- "**/*.go" | ||
- ".github/workflows/schema.yaml" | ||
|
||
env: | ||
GO_VERSION: "1.20.4" | ||
|
||
jobs: | ||
schema: | ||
name: JSON Schema | ||
|
@@ -24,7 +21,7 @@ jobs: | |
- name: Setup Go Environment | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: ${{ env.GO_VERSION }} | ||
go-version-file: go.mod | ||
|
||
- name: Build EaseProbe | ||
run: make | ||
|
@@ -38,4 +35,4 @@ jobs: | |
message: "Update JSON Schema" | ||
add: "resources/schema.json" | ||
author_name: "GitHub Actions" | ||
author_email: "[email protected]" | ||
author_email: "[email protected]" |
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