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 62a2647 commit b7decccCopy full SHA for b7deccc
Makefile
@@ -167,8 +167,8 @@ checks: vet staticcheck gofumpt goimports golangci-lint-github-actions
167
run: $(TOOLS_BIN)/gojq
168
$(GO_EXEC) run -mod=vendor ./cmd/goboilerplate | $(TOOLS_BIN)/gojq
169
170
-.PHONY: ci-format
171
-ci-format: goimports gofumpt
+.PHONY: ci-gen-n-format
+ci-gen-n-format: goimports gofumpt
172
./scripts/git-check-dirty
173
174
.PHONY: ci-mod
0 commit comments