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

mdlinkcheck: markdown link checker #15742

Closed
wants to merge 3 commits into from
Closed

mdlinkcheck: markdown link checker #15742

wants to merge 3 commits into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Dec 14, 2024

This replaces the previous github action variations we have used and that just were not stable enough.

This take is simple, straight-forward and allows for easy customization.

As a bonus, this makes it easy to run this check locally.

@bagder bagder added CI Continuous Integration script labels Dec 14, 2024
@bagder bagder changed the title Bagder/mdlinkcheck mdlinkcheck: markdown link checker Dec 14, 2024
This script parses all markdown files in the repository, extracts all
links and verifies that they work.

It makes sure to only check the URLs once, even if used in multiple
links. There is a whitelist for URLs we deem unnecessary to check.

It uses curl to do the checks.
@bagder bagder force-pushed the bagder/mdlinkcheck branch from 96c58ae to 6761645 Compare December 14, 2024 12:42
@bagder bagder closed this in 62515e8 Dec 14, 2024
@bagder bagder deleted the bagder/mdlinkcheck branch December 14, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration script
Development

Successfully merging this pull request may close these issues.

1 participant