-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add GH action to check links in md files #8346
Conversation
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.
Looks great, good find!
I like the way you set it up! I'm not much familiar with actions but I think we will investigate and do it similarly. I've opened dotnet/iot#2065 on our side since we're getting some noise with external URLs (we have lots of links to external specs and some manufacturers change link on every update) |
I made some tweaks to the syntax since the merge. Testing it out as we go 😄 |
@krwq I saw your comment about link checking at #8300 (comment)
Perhaps a GH action could work on this repo. I configured to only run on the modified files. I'll have a separate PR to fix some links.