Skip to content

Commit

Permalink
Also run 'go vet' and govulncheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Winter committed Sep 25, 2023
1 parent 94a9d73 commit a5fd697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ all: lint test $(binary)
.PHONY: lint
lint: $(godeps)
golangci-lint run
go vet ./...
govulncheck ./...

.PHONY: test
test: $(godeps)
Expand Down

0 comments on commit a5fd697

Please sign in to comment.