Skip to content

Commit

Permalink
fix make recipe name
Browse files Browse the repository at this point in the history
  • Loading branch information
moukoublen committed Sep 15, 2024
1 parent 62a2647 commit b7deccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ checks: vet staticcheck gofumpt goimports golangci-lint-github-actions
run: $(TOOLS_BIN)/gojq
$(GO_EXEC) run -mod=vendor ./cmd/goboilerplate | $(TOOLS_BIN)/gojq

.PHONY: ci-format
ci-format: goimports gofumpt
.PHONY: ci-gen-n-format
ci-gen-n-format: goimports gofumpt
./scripts/git-check-dirty

.PHONY: ci-mod
Expand Down

0 comments on commit b7deccc

Please sign in to comment.