mdschema
Version updated for https://github.com/jackchuka/mdschema to version v0.12.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The mdschema GitHub Action is a schema-based Markdown documentation validator that helps maintain consistent structure across projects. It automates the validation of documentation files against user-defined YAML schemas, ensuring compliance with predefined rules for headings, sections, code blocks, links, and other elements. Additionally, it provides features like generating markdown templates from schemas, frontmatter validation, and link checking, making it a powerful tool for streamlining documentation workflows.
Release notes
What’s Changed
- feat(npm): add npm packages by @jackchuka in https://github.com/jackchuka/mdschema/pull/45
Full Changelog: https://github.com/jackchuka/mdschema/compare/v0.11.2...v0.12.0