-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adds automated link checking and fixes broken links #15
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #15 +/- ##
=======================================
Coverage 91.65% 91.65%
=======================================
Files 6 6
Lines 431 431
=======================================
Hits 395 395
Misses 36 36 Continue to review full report in Codecov by Sentry.
|
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.
Thank you for the fix @vishnuravi!
Similarly to Spezi-Storage: Can we use the chance to directly add the URL link check to this PR?
I would suggest that we add this for every PR and in addition maybe as automated checks that run every month, e.g., on the first of the month? We should make this consistent across the different Spezi Modules as we update them with different PRs that make documentation or functionality-related changes.
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
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.
Thank you; looks great! 🚀
Adds automated link checking and fixes broken links
♻️ Current situation & Problem
This PR adds automated link checking of all markdown files and fixes broken links. The check will run on all pull requests and automatically on the first of each month at midnight.
📝 Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: