-
Notifications
You must be signed in to change notification settings - Fork 195
GitHub Action Validate Frontmatter in All Rules
Chloe Lin [SSW] edited this page Jun 10, 2025
·
1 revision
This GitHub Action validates the YAML frontmatter of all Markdown rule files in the repository. Unlike the PR-specific validator (Validate-Frontmatter), this version runs a full scan across the entire rules/ directory to catch any lingering schema or formatting issues.
-
On push to
main— ensures that changes merged into production are still valid -
Manually, via the "Run workflow" button — great for maintenance audits or bulk validation before release
- 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)