ci(root): check links in changed markdown - #1890
Open
sylvesterkaczmarek wants to merge 1 commit into
Open
sylvesterkaczmarek wants to merge 1 commit into
sylvesterkaczmarek wants to merge 1 commit into
Conversation
Contributor
|
Please can you rebase this pull request? |
sylvesterkaczmarek
force-pushed
the
ci/1593-markdown-link-check
branch
from
August 21, 2026 20:19
e2f8310 to
5d99614
Compare
Contributor
Author
|
Rebased onto the latest develop. Thanks! |
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a Markdown link check to the pull request workflow.
The new job uses Lychee to validate links in Markdown and MDX files changed by a PR.
Why
Broken guidance links can be introduced when pages move or are renamed. Checking only changed documentation catches new regressions without making unrelated PRs fail because of any pre-existing links elsewhere in the site.
Implementation
.mdand.mdxfiles from the PR diff;Closes #1593