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 (#465)

Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 authored Sep 30, 2024
1 parent 283ead3 commit 4e4213a
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 4e4213a

Please sign in to comment.