-
Notifications
You must be signed in to change notification settings - Fork 12
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: add markdown links checker #43
feat: add markdown links checker #43
Conversation
Codecov Report
@@ Coverage Diff @@
## master #43 +/- ##
=======================================
Coverage 79.85% 79.85%
=======================================
Files 12 12
Lines 283 283
=======================================
Hits 226 226
Misses 42 42
Partials 15 15 Continue to review full report at Codecov.
|
Just realized that this PR is not up to date. So I just merged with the latest |
* master: chore: update issue and pr templates, add badges
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.
I don't think linkchecker is working at the moment in workflow, so I think we need to merge after checking that it is working by adding a broken link for testing.
I reference Cosmos SDK's linkchecker.yml, and they seem to use |
…o check all markdown files
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.
LGTM!
Description
This PR adds markdown link checker workflow to check all Markdown files for broken links every 24 hours.
closes: #41
Tasks
linkchecker.yml
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes