Actions Example Checker
Version updated for https://github.com/jessehouwing/actions-example-checker to version v0.0.4.
- This action is used across all versions by 6 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Actions Example Checker is a GitHub Action designed to validate documentation examples against the schema defined in action.yml files within a repository. It automates the process of ensuring that all usage examples in markdown files and action descriptions are accurate, conform to the defined inputs and outputs, and adhere to specified types, patterns, and constraints. This action helps maintain consistency, prevents errors in documentation, and provides precise error reporting for easy troubleshooting.
Release notes
What’s Changed
- Update sparse-checkout configuration in actions-example-checker workflow by @jessehouwing in https://github.com/jessehouwing/actions-example-checker/pull/16
- Add cross-validation between action.yml and action.schema.yml by @Copilot in https://github.com/jessehouwing/actions-example-checker/pull/17
New Contributors
- @jessehouwing made their first contribution in https://github.com/jessehouwing/actions-example-checker/pull/16
Full Changelog: https://github.com/jessehouwing/actions-example-checker/compare/v0.0.3...v0.0.4