Skip to content

Commit aeb7d8a

Browse files
committed
Properly indent & fix pattern for help target
1 parent 8db155d commit aeb7d8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.PHONY: release
2-
release: ## Release checks for each policy if they can be published on ghcr.io
2+
release: ## Publish policies on ghcr.io
33
.ci/scripts/release.bash --publish
44

55
.PHONY: validate
66
test: ## Release checks for each policy if they can be published on ghcr.io
77
.ci/scripts/release.bash
88

99
.PHONY: validate
10-
e2e-test: ## Release checks for each policy if they can be published on ghcr.io
10+
e2e-test: ## End-to-end checks for each policy if they can be published on ghcr.io
1111
.ci/scripts/release.bash --e2e-test
1212

1313
.PHONY: help
1414
help: ## Show this Makefile's help
15-
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
15+
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 commit comments

Comments
 (0)