Use mlc for Markdown link checking - #7330
Open
lbussell wants to merge 20 commits into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
lbussell
force-pushed
the
lbussell/investigate-markdown-link-failures
branch
from
August 25, 2026 15:03
edc4c0f to
fc47cd6
Compare
lbussell
marked this pull request as ready for review
August 25, 2026 16:13
denisowriter-forex
approved these changes
Aug 29, 2026
mthalman
reviewed
Sep 1, 2026
| [Docker CLI]: https://docs.docker.com/reference/cli/docker/ | ||
| [Notation CLI]: https://github.com/notaryproject/notation | ||
| [ORAS CLI]: https://oras.land/docs/installation | ||
| [ORAS CLI]: https://oras.land/docs/installation/ |
Member
There was a problem hiding this comment.
Why does this need a trailing slash but the https://github.com/notaryproject/notation one above doesn't?
| This repo uses [becheran/mlc](https://github.com/becheran/mlc) to automatically validate markdown | ||
| links in the [check-markdown-links](.github/workflows/check-markdown-links.yml) workflow. You can | ||
| run it locally using the container image: | ||
| `becheran/mlc@sha256:1248f4e0da11cec8f80d644a8efe0106a85210ef63c8b186802ac7332bcfb090` (v1.2.0). |
Member
There was a problem hiding this comment.
I doubt Dependabot is going to keep this updated. Can we avoid a version-specific reference here? Maybe just link to the workflow YAML and say "use the version defined there".
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.
This PR re-enables Markdown link validation with https://github.com/becheran/mlc instead of linkspector.
mlcis very fast.Fixes #7176