@ -9,4 +9,7 @@ install: build
clean:
rm -vf "$(BIN_NAME)"
.PHONY: build install clean
lint:
golangci-lint run
.PHONY: build install clean lint