Skip to content

The doc link check reads markdown, so it reads it on Linux - #339

Merged
3lvis merged 1 commit into
masterfrom
ci/doc-links-on-linux
Sep 17, 2026
Merged

3lvis merged 1 commit into
masterfrom
ci/doc-links-on-linux

Conversation

@3lvis

@3lvis 3lvis commented Sep 17, 2026

Copy link
Copy Markdown
Owner

scripts/check-doc-links.py walks the markdown tree with pathlib and re and nothing else — no subprocess, no toolchain, no Xcode. It was holding a macOS runner on every push to do it.

Linux is also the stricter reader, which is the part worth having: its filesystem is case-sensitive, so a link written [x](Readme.md) against a file named README.md passes on a Mac and fails here. I checked both repositories for that before moving the job — zero case-mismatched links in either, so this lands green rather than turning up a backlog.

One line, and one fewer macOS job per push.

@3lvis
3lvis marked this pull request as ready for review September 17, 2026 19:33
@3lvis
3lvis merged commit ec2f04d into master Sep 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant