File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ WEAVER_CONTAINER=$(WEAVER_CONTAINER_REPOSITORY)/$(VERSIONED_WEAVER_CONTAINER_NO_
5454OPA_CONTAINER =$(OPA_CONTAINER_REPOSITORY ) /$(VERSIONED_OPA_CONTAINER_NO_REPO )
5555LYCHEE_CONTAINER =$(LYCHEE_CONTAINER_REPOSITORY ) /$(VERSIONED_LYCHEE_CONTAINER_NO_REPO )
5656
57- CHECK_TARGETS =install-tools markdownlint misspell table-check \
58- schema-check check-file-and-folder-names-in-docs
59-
6057# Determine if "docker" is actually podman
6158DOCKER_VERSION_OUTPUT := $(shell docker --version 2>&1)
6259DOCKER_IS_PODMAN := $(shell echo $(DOCKER_VERSION_OUTPUT ) | grep -c podman)
8885
8986# TODO: add `yamllint` step to `all` after making sure it works on Mac.
9087.PHONY : all
91- all : $(CHECK_TARGETS ) markdown-link-check
92-
93- .PHONY : check
94- check : $(CHECK_TARGETS )
88+ all : install-tools markdownlint misspell table-check schema-check check-file-and-folder-names-in-docs markdown-link-check
9589
9690.PHONY : check-file-and-folder-names-in-docs
9791check-file-and-folder-names-in-docs :
@@ -348,4 +342,4 @@ check-dead-yaml:
348342 --config=/home/weaver/templates/registry/signal-groups-weaver.yaml \
349343 . \
350344 /home/weaver/target
351- $(TOOLS_DIR ) /scripts/find-dead-yaml.sh $(PWD ) /internal/tools/bin/signal-groups.txt $(PWD ) /docs
345+ $(TOOLS_DIR ) /scripts/find-dead-yaml.sh $(PWD ) /internal/tools/bin/signal-groups.txt $(PWD ) /docs
You can’t perform that action at this time.
0 commit comments