mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +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:
|
with:
|
||||||
go-version: 1.23.0
|
go-version: 1.23.0
|
||||||
cache: false
|
cache: false
|
||||||
|
- name: Lint
|
||||||
|
run: go run build/ci.go lint
|
||||||
|
env:
|
||||||
|
GOOS: linux
|
||||||
|
GOARCH: 386
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test -short ./...
|
run: go test -short ./...
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue