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
90a03445e3
commit
c133619682
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-test.yml
vendored
3
.github/workflows/build-test.yml
vendored
|
|
@ -22,6 +22,9 @@ jobs:
|
||||||
go-version: 1.20.5
|
go-version: 1.20.5
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: go run build/ci.go lint
|
run: go run build/ci.go lint
|
||||||
|
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go run build/ci.go install -dlgo
|
run: go run build/ci.go install -dlgo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue