mdschema
Version updated for https://github.com/jackchuka/mdschema to version v0.12.6.
- This action is used across all versions by 1 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 designed to ensure consistent documentation structure across projects. It automates the validation of Markdown files against a user-defined schema, checks for structural and content compliance (e.g., headings, links, code blocks), and supports generating documentation templates from schemas. With features like YAML-based schema definitions, advanced validation rules, and cross-platform compatibility, it helps streamline the creation and maintenance of well-structured and standardized documentation.
Release notes
What’s Changed
- chore: bump Go version to 1.26.1 by @jackchuka in https://github.com/jackchuka/mdschema/pull/53
Full Changelog: https://github.com/jackchuka/mdschema/compare/v0.12.5...v0.12.6