Skip to content

Commit b7deccc

Browse files
committed
fix make recipe name
1 parent 62a2647 commit b7deccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ checks: vet staticcheck gofumpt goimports golangci-lint-github-actions
167167
run: $(TOOLS_BIN)/gojq
168168
$(GO_EXEC) run -mod=vendor ./cmd/goboilerplate | $(TOOLS_BIN)/gojq
169169

170-
.PHONY: ci-format
171-
ci-format: goimports gofumpt
170+
.PHONY: ci-gen-n-format
171+
ci-gen-n-format: goimports gofumpt
172172
./scripts/git-check-dirty
173173

174174
.PHONY: ci-mod

0 commit comments

Comments
 (0)