Actions Example Checker
Version updated for https://github.com/jessehouwing/actions-example-checker to version v0.0.9.
- This action is used across all versions by 7 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 usage examples in documentation against the schema defined in action.yml files. It automates the detection of invalid inputs, outputs, and YAML syntax in README or other markdown files, ensuring documentation accuracy and compliance with the action’s configuration. Key capabilities include input type validation, regex pattern matching, output verification, and precise error reporting, streamlining the process of maintaining accurate and reliable GitHub Action documentation.
What’s Changed
What’s Changed
- update versions in docs by @jessehouwing in https://github.com/jessehouwing/actions-example-checker/pull/60
- Add environment variable for GitHub ref name in version extraction steps by @jessehouwing in https://github.com/jessehouwing/actions-example-checker/pull/61
- Bump the npm-production group with 3 updates by @dependabot[bot] in https://github.com/jessehouwing/actions-example-checker/pull/65
Full Changelog: https://github.com/jessehouwing/actions-example-checker/compare/v0.0.8...v0.0.9