mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
.github: add dependency on lint
This commit is contained in:
parent
e5569faac7
commit
746eceaa49
1 changed files with 2 additions and 0 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
||||||
|
|
||||||
test-latest:
|
test-latest:
|
||||||
name: Tests (Go 1.24)
|
name: Tests (Go 1.24)
|
||||||
|
needs: lint
|
||||||
runs-on: self-hosted-ghr
|
runs-on: self-hosted-ghr
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -45,6 +46,7 @@ jobs:
|
||||||
|
|
||||||
test-prev:
|
test-prev:
|
||||||
name: Tests (Go 1.23)
|
name: Tests (Go 1.23)
|
||||||
|
needs: lint
|
||||||
runs-on: self-hosted-ghr
|
runs-on: self-hosted-ghr
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue