-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat(ci): add markdown link checker #2651
feat(ci): add markdown link checker #2651
Conversation
Well, without surprise....this yielded many changes necessary. |
I think we may want to use
|
How would you like to proceed with this: A) incorporate all links fixes in this PR. (maybe even one squash'ed commit) Something else? |
I think we're going to want to go with A otherwise it's going to break other PRs and the main branch. We squash PRs as a single commit so no worries about making lots of small commits. I'll give you a hand as soon as I can |
Well, that was cumbersome, but that should do it! A very few things was so old that I removed it. We might take a little while to review everything. Will get back to you once we got back to it. |
Thanks for all the help @thomas-bc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might need to rework with the rewritten Test API guide.
@SauravMaheshkar would you be able to make the changes that were requested by LeStarch's review, as well as resolving the merge conflict? All changes from |
Change Description
This PR adds a workflow for checking broken links in Markdown files
Rationale
Fixes #1840