-
Notifications
You must be signed in to change notification settings - Fork 86
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: sukantoraymond <rsukanto@umich.edu>
- acp-77-pos
- (#2140)
- acp77-pos-rm-validator-uptime
- (#2140)
- acp77-sdk-pos-rm-val
- (#2140)
- cleanup-commands
- (#2140)
- etna-describe
- (#2140)
- filter-network
- (#2140)
- fix-e2e2
- (#2140)
- hardcode-0.6.11-for-etna
- (#2140)
- integrate-local-devnet
- (#2140)
- node-create-local-backup
- (#2140)
- refactor-create
- (#2140)
- refactor-node-provision
- (#2140)
- register-validator
- (#2140)
- sarp-tmp-fix
- (#2140)
- update-subnet-evm
- (#2140)
- use-latest-release
- (#2140)
Showing
16 changed files
with
228 additions
and
198 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Lint | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
|
||
jobs: | ||
lint: | ||
name: Lint | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version-file: 'go.mod' | ||
|
||
- name: Lint Golang | ||
uses: golangci/golangci-lint-action@v3 | ||
with: | ||
version: v1.56.2 | ||
working-directory: . | ||
args: --timeout 5m | ||
|
||
- name: Check License | ||
run: | | ||
go install github.com/google/addlicense@v1.0.0 | ||
addlicense -f ./LICENSE.header -check -v ./**/*.go ./**/**/*.go ./**/**/**/*.go ./**/**/**/**/*.go |
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
Oops, something went wrong.