Skip to content

Commit

Permalink
Merge pull request #9182 from sbueringer/pr-drop-redundant-doctoc
Browse files Browse the repository at this point in the history
🌱 Makefile: run doctoc only once
  • Loading branch information
k8s-ci-robot committed Aug 16, 2023
2 parents bb26882 + 1a2477a commit 0b91566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ APIDIFF_OLD_COMMIT ?= $(shell git rev-parse origin/main)
apidiff: $(GO_APIDIFF) ## Check for API differences
$(GO_APIDIFF) $(APIDIFF_OLD_COMMIT) --print-compatible

ALL_VERIFY_CHECKS = doctoc boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary
ALL_VERIFY_CHECKS = boilerplate shellcheck tiltfile modules gen conversions doctoc capi-book-summary

.PHONY: verify
verify: $(addprefix verify-,$(ALL_VERIFY_CHECKS)) lint-dockerfiles ## Run all verify-* targets
Expand Down

0 comments on commit 0b91566

Please sign in to comment.