diff --git a/Makefile b/Makefile index 401c8fb..498a50b 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,6 @@ build: install: build mv bin/vals ~/bin/ + +lint: + golangci-lint run -v --out-format=github-actions