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 5828fb3 commit 3ca685aCopy full SHA for 3ca685a
GNUmakefile
@@ -10,8 +10,8 @@ build:
10
go build -o $(CLI_DESTINATION) $(CLI_SOURCE_FILES)
11
12
.PHONY: tools
13
-tools: ## Install dev tools
14
- @echo "==> Installing dependencies..."
+tools:
+ @echo "==> Installing dev tools..."
15
go telemetry off # disable sending telemetry data, more info: https://go.dev/doc/telemetry
16
go install github.com/rhysd/actionlint/cmd/actionlint@latest
17
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest
0 commit comments