mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +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
|
- name: Run linters
|
||||||
run: |
|
run: |
|
||||||
go run build/ci.go lint
|
go run build/ci.go lint
|
||||||
go run build/ci.go check_tidy
|
go run build/ci.go check_generate
|
||||||
go run build/ci.go check_baddeps
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue