-
-
Notifications
You must be signed in to change notification settings - Fork 748
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 Markdownlint to CI (and ignore all rules for now) #6842
Add Markdownlint to CI (and ignore all rules for now) #6842
Conversation
@glen-84 or others -- please approve this workflow when you get the chance so we can validate that it runs. 👍 The next step will be to actually begin remediating errors -- this step will free us up to parallelize that across multiple contributors. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6842 +/- ##
==========================================
+ Coverage 70.65% 70.69% +0.03%
==========================================
Files 2499 2499
Lines 126167 126167
==========================================
+ Hits 89139 89189 +50
+ Misses 37028 36978 -50
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
At least for now until we remediate things
Thanks Sean. Let's wait for Michael to approve, and then I can probably assist with the fixes. |
@glen-84 I'm happy to tackle the fixes. This is just the first step in doing it methodically. @michaelstaib, whenever you're able to approve this CI job to execute, please do. Happy to contribute again :) |
Thanks @SeanKilleen for the help on this! |
The first step in markdown linting per #5460.
Summary of the changes (Less than 80 chars)