mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
.github/workflows: remove check_tidy and add check_generate
This commit is contained in:
parent
1f18472f95
commit
e76823ec7f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
|
@ -29,8 +29,7 @@ jobs:
|
|||
- name: Run linters
|
||||
run: |
|
||||
go run build/ci.go lint
|
||||
go run build/ci.go check_tidy
|
||||
go run build/ci.go check_baddeps
|
||||
go run build/ci.go check_generate
|
||||
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
|
|
|
|||
Loading…
Reference in a new issue