Skip to content

Commit

Permalink
Introduce a make command for pre-requisite of verify-replace
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
  • Loading branch information
fbm3307 committed Jan 7, 2025
1 parent 34f3205 commit 32d6c85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ vet:
.PHONY: verify-replace-run
## downloads all the repos that depend on toolchain-common, installs the current version of the library and runs all the verifications in order to check for compatibility and breaking changes
verify-replace-run:
./scripts/verify-replace.sh;
./scripts/verify-replace.sh;

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

0 comments on commit 32d6c85

Please sign in to comment.