diff --git a/Makefile b/Makefile index 25987c54..94b8d98b 100644 --- a/Makefile +++ b/Makefile @@ -117,3 +117,7 @@ test-container: .PHONY: test-k8s test-k8s: ./script/test_k8s/test.sh + +.PHONY: golangci-lint +golangci-lint: + golangci-lint run -c .golangci.yml