We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68130b commit 5388411Copy full SHA for 5388411
Makefile
@@ -203,7 +203,7 @@ env: ## Print environment variables
203
@echo "IMG=$(IMG)"
204
@echo "CONTAINER_TOOL=$(CONTAINER_TOOL)"
205
206
-.PHONY: check-typos fix-typos
+.PHONY: check-typos
207
check-typos: $(TYPOS) ## Check for spelling errors using typos (exits with error if found)
208
@echo "🔍 Checking for spelling errors with typos..."
209
@TYPOS_OUTPUT=$$($(TYPOS) --format brief 2>&1); \
0 commit comments