Merge pull request #42 from kubernetes-sigs/monopole-patch-1

Add prow target to Makefile
This commit is contained in:
Jeff Regan 2020-02-12 16:55:21 -08:00 committed by GitHub
commit 1649def0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@ export PATH := $(MYGOBIN):$(PATH)
all: generate license fix vet fmt test lint tidy
# The following target intended for reference by a file in
# https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes-sigs/cli-utils
.PHONY: prow-presubmit-check
prow-presubmit-check: \
test
fix:
go fix ./...