To ensure we are correctly linking to our own documentation site, where we do update links frequently, we should find a way to routinely check for any broken links. One possible approach would be to find a way using GitHub actions.
We want this to run regularly (e.g. once a day). However, we don't want this to be triggered on every commit (too frequent and this may slow down our CI build time) or when we only change markdown files (may not be frequent enough).
Additional context
Be sure to read the contributing guidelines first!
Discuss your implementation approach with us before we assign you to it
Provide us with an estimate on how long you think it will take you to complete
Branch from main and set main as the destination branch in your pull request
To ensure we are correctly linking to our own documentation site, where we do update links frequently, we should find a way to routinely check for any broken links. One possible approach would be to find a way using GitHub actions.
We want this to run regularly (e.g. once a day). However, we don't want this to be triggered on every commit (too frequent and this may slow down our CI build time) or when we only change markdown files (may not be frequent enough).
Additional context
main
and setmain
as the destination branch in your pull requestIf you need help with anything, we'll be happy to help you over a GitHub Q&A discussion or our Slack workspace