We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54c7b7 commit 58443a8Copy full SHA for 58443a8
Makefile
@@ -77,6 +77,9 @@ $(GOLANGCI_LINT): .github/workflows/golangci-lint.yml # Download golanci-lint us
77
-b $(TOOLS_BIN_DIR) \
78
$(shell cat .github/workflows/golangci-lint.yml | grep version | sed 's/.*version: //')
79
80
+.PHONY: tools
81
+tools: $(GO_APIDIFF) $(CONTROLLER_GEN) $(GOLANGCI_LINT)
82
+
83
## --------------------------------------
84
## Linting
85
0 commit comments