mirror of https://github.com/kubernetes/kops.git
Merge pull request #1785 from andrewsykim/1777
Run govet and gofmt as first steps in CI
This commit is contained in:
commit
007719c64e
2
Makefile
2
Makefile
|
@ -275,7 +275,7 @@ verify-gofmt:
|
|||
verify-packages:
|
||||
hack/verify-packages.sh
|
||||
|
||||
ci: kops nodeup-gocode examples test govet verify-boilerplate verify-gofmt verify-packages
|
||||
ci: govet verify-gofmt kops nodeup-gocode examples test verify-boilerplate verify-packages
|
||||
echo "Done!"
|
||||
|
||||
# --------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue