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

Signed-off-by: Feny Mehta <[email protected]>
Co-authored-by: Francisc Munteanu <[email protected]>
  • Loading branch information
fbm3307 and mfrancisc authored Oct 1, 2024
1 parent 1b90538 commit bd2bf12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ tidy:
.PHONY: vet
vet:
go vet ./...


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

0 comments on commit bd2bf12

Please sign in to comment.