@@ -9,3 +9,17 @@ go-build:
go-test:
go test ./...
validate-fmt:
go fmt ./...
test -z "$(gofmt -l .)"
validate-mod:
go mod tidy
go mod verify
security:
gosec ./...
govulncheck ./...
validate: validate-fmt validate-mod go-test security
The note is not visible to the blocked user.