5 lines
89 B
Makefile
5 lines
89 B
Makefile
.PHONY: lint
|
|
|
|
lint:
|
|
go run golang.stackrox.io/kube-linter/cmd/kube-linter@latest lint .
|