mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
add gofmt
This commit is contained in:
parent
feb1031abe
commit
b08d29ffd0
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
git:
|
git:
|
||||||
submodules: false
|
submodules: false
|
||||||
script:
|
script:
|
||||||
- go run build/ci.go lint
|
- go run build/ci.go lint && make gofmt
|
||||||
|
|
||||||
- stage: Build and test
|
- stage: Build and test
|
||||||
go: '1.11'
|
go: '1.11'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue