Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Add lightweight make check target #1586

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

braydonk
Copy link
Contributor

Changes

The link check is super slow, but the rest of the all checks are useful while iterating on a change. This PR adds a new target that depends on all the same targets minus the link check.

@braydonk braydonk requested review from a team as code owners November 16, 2024 00:20
Makefile Outdated
@@ -41,6 +41,10 @@ DOCKER_USER=$(shell id -u):$(shell id -g)
all: install-tools markdownlint markdown-link-check misspell table-check compatibility-check schema-check \
check-file-and-folder-names-in-docs

.PHONY: all-skip-link-check
all: install-tools markdownlint misspell table-check compatibility-check schema-check \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be updated to all-skip-link-check

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed when I renamed the target in 8ccd778

The link check is super slow, but the rest of the `all` checks are
useful while iterating on a change. This PR adds a new target called
`check` that depends on all the same targets minus the link check.
@braydonk braydonk changed the title [chore] Add make all-skip-link-check [chore] Add lightweight make check target Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs More Approval
Development

Successfully merging this pull request may close these issues.

3 participants