-
Notifications
You must be signed in to change notification settings - Fork 196
GitHub Action Validate Markdown
Chloe Lin [SSW] edited this page Jun 10, 2025
·
1 revision
This GitHub Action automatically lints and auto-fixes Markdown files in pull requests. It helps enforce consistent formatting and style using markdownlint, while also leaving helpful comments on the PR if issues remain.
-
On pull requests to
main, but only if.mdfiles are changed -
Manually, using the "Run workflow" button in the Actions tab
-
Generates a detailed markdown table with:
-
File name
-
Line number
-
Problem description
-
Rule number (linked to markdownlint rule documentation)
-
- How to Create Rules
- How to Edit Rules
- How to Rename Rules
- How to Add and Edit Categories and Top Categories
- How to Rename Categories
- Creating your Fork (One time setup)
- Merging Your Fork
- Updating your fork
- Using Markdown
- Editing MDX Components (in GitHub)