mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
.github: add lint step
This commit is contained in:
parent
a840e9b59f
commit
1aaca9956f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
|
@ -17,6 +17,11 @@ jobs:
|
|||
with:
|
||||
go-version: 1.23.0
|
||||
cache: false
|
||||
- name: Lint
|
||||
run: go run build/ci.go lint
|
||||
env:
|
||||
GOOS: linux
|
||||
GOARCH: 386
|
||||
- name: Run tests
|
||||
run: go test -short ./...
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue