Skip to content

Commit

Permalink
chore(qol): govulncheck & go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Jul 23, 2024
1 parent 6b6f77c commit 37f6c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ govulncheck-install:
govulncheck: ## Run govulncheck
@echo "--> Running govulncheck"
$(MAKE) govulncheck-install
@govulncheck ./... ./interchaintest/... ./app/...
@govulncheck ./... ./interchaintest/...

.PHONY: govulncheck govulncheck-install

Expand Down

0 comments on commit 37f6c00

Please sign in to comment.