Skip to content

Commit 2ba21a8

Browse files
authored
[chore] Remove duplicate check target (#2490)
1 parent 2c7acd7 commit 2ba21a8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Makefile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ WEAVER_CONTAINER=$(WEAVER_CONTAINER_REPOSITORY)/$(VERSIONED_WEAVER_CONTAINER_NO_
5454
OPA_CONTAINER=$(OPA_CONTAINER_REPOSITORY)/$(VERSIONED_OPA_CONTAINER_NO_REPO)
5555
LYCHEE_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
6158
DOCKER_VERSION_OUTPUT := $(shell docker --version 2>&1)
6259
DOCKER_IS_PODMAN := $(shell echo $(DOCKER_VERSION_OUTPUT) | grep -c podman)
@@ -88,10 +85,7 @@ endif
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
9791
check-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

0 commit comments

Comments
 (0)