Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: sakshi-1505 <[email protected]>
  • Loading branch information
sakshi-1505 committed Oct 9, 2023
1 parent d7a20c7 commit 03c6009
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,12 @@ misspell: | $(MISSPELL)
@$(MISSPELL) -w $(ALL_DOCS)

.PHONY: govulncheck
go-mod-tidy: $(OTEL_GO_MOD_DIRS:%=govulncheck/%)
go-mod-tidy/%: DIR=$*
govulncheck: | $(GOVULNCHECK)
@echo "govulncheck ./..." \
$(GOVULNCHECK) ./...
@echo "govulncheck ./... in $(DIR)" \
&& cd $(DIR) \
&& $(GOVULNCHECK) ./...


.PHONY: codespell
Expand Down

0 comments on commit 03c6009

Please sign in to comment.