mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
.github/workflows: add github action workflow
This commit is contained in:
parent
c133619682
commit
50ec012095
1 changed files with 0 additions and 3 deletions
3
.github/workflows/build-test.yml
vendored
3
.github/workflows/build-test.yml
vendored
|
|
@ -22,9 +22,6 @@ jobs:
|
|||
go-version: 1.20.5
|
||||
- name: Lint
|
||||
run: go run build/ci.go lint
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
- name: Build
|
||||
run: go run build/ci.go install -dlgo
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue