-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove needs * fix script * remove linter
- Loading branch information
Showing
2 changed files
with
3 additions
and
24 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 |
---|---|---|
|
@@ -23,8 +23,6 @@ jobs: | |
|
||
go-test: | ||
runs-on: "ubuntu-22.04" | ||
needs: | ||
- setup-environment | ||
steps: | ||
- name: Check out source code | ||
uses: actions/checkout@v4 | ||
|
@@ -38,27 +36,8 @@ jobs: | |
|
||
- run: make test | ||
|
||
go-lint: | ||
runs-on: "ubuntu-22.04" | ||
needs: | ||
- setup-environment | ||
steps: | ||
- name: Check out source code | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
|
||
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: "1.21.3" | ||
|
||
- run: make lint | ||
|
||
build: | ||
runs-on: "ubuntu-22.04" | ||
needs: | ||
- setup-environment | ||
steps: | ||
- name: Check out source code | ||
uses: actions/checkout@v4 | ||
|
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