Add make vet
target
This runs `go vet` as well as `govulncheck`. These may install dependencies other than installed via `make with-deps`.
This commit is contained in:
parent
c12e4cae74
commit
900f3a7faa
4
Makefile
4
Makefile
@ -50,6 +50,10 @@ with-deps:
|
|||||||
go install github.com/gohugoio/hugo@v0.101.0
|
go install github.com/gohugoio/hugo@v0.101.0
|
||||||
$(MAKE) application
|
$(MAKE) application
|
||||||
|
|
||||||
|
vet:
|
||||||
|
go vet ./...
|
||||||
|
go run golang.org/x/vuln/cmd/govulncheck@latest ./...
|
||||||
|
|
||||||
application: webapp flamenco-manager flamenco-worker
|
application: webapp flamenco-manager flamenco-worker
|
||||||
|
|
||||||
flamenco-manager:
|
flamenco-manager:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user