Skip to content

Commit

Permalink
KUBESAW-192: Introduce a make command for pre-requisite of verify-rep…
Browse files Browse the repository at this point in the history
…lace script

Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Sep 24, 2024
1 parent e15d7cc commit b566b82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ tidy:
vet:
go vet ./...

.PHONY: pre-verify
pre-verify:
echo "No Pre-requisite needed"

0 comments on commit b566b82

Please sign in to comment.