Skip to content

Commit

Permalink
adding everything to ho.mk
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Jun 27, 2024
1 parent 8f506ab commit 4282cc0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
11 changes: 11 additions & 0 deletions make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,14 @@ generate-assets: go-bindata
@rm ./pkg/consoleplugin/deploy/template_assets.go 2>/dev/null || true
@$(GO_BINDATA) -pkg deploy -o ./pkg/consoleplugin/deploy/template_assets.go -nocompress -prefix deploy/consoleplugin deploy/consoleplugin

.PHONY: verify-dependencies
## Runs commands to verify after the updated dependecies of toolchain-common/API(go mod replace), if the repo needs any changes to be made
verify-dependencies: tidy vet build test lint-go-code

.PHONY: tidy
tidy:
go mod tidy

.PHONY: vet
vet:
go vet ./...
12 changes: 0 additions & 12 deletions make/verify-dependencies.mk

This file was deleted.

0 comments on commit 4282cc0

Please sign in to comment.