Skip to content

Commit

Permalink
Merge pull request #153 from nicolehanjing/nicoleh-ci-check
Browse files Browse the repository at this point in the history
add verify-codegen in CI check
  • Loading branch information
k8s-ci-robot authored Nov 12, 2020
2 parents b390ec1 + a51a4ac commit 989c224
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ verify-lint:
which golint 2>&1 >/dev/null || go get golang.org/x/lint/golint
golint -set_exit_status $(shell go list ./...)

.PHONY: verify-codegen
verify-codegen:
./hack/verify-codegen.sh

.PHONY: vet
vet:
go vet ./...
Expand Down

0 comments on commit 989c224

Please sign in to comment.