Actions Example Checker
Version updated for https://github.com/jessehouwing/actions-example-checker to version v0.0.7.
- 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 YAML-based usage examples in documentation against the schema defined in an action’s action.yml file. It ensures that inputs, outputs, types, and values in code examples are accurate and conform to the action’s specifications, helping maintain consistency and avoid errors in documentation. Key features include automatic discovery of action files, precise error reporting, and support for advanced schema validation, streamlining the process of keeping documentation accurate and aligned with the action’s functionality.
What’s Changed
What’s Changed
- Bump the npm-development group across 1 directory with 7 updates by @dependabot[bot] in https://github.com/jessehouwing/actions-example-checker/pull/49
- Bump the actions-minor group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/jessehouwing/actions-example-checker/pull/47
- Update dependencies and fix lint errors by @jessehouwing in https://github.com/jessehouwing/actions-example-checker/pull/50
- Bump yaml from 2.8.2 to 2.8.3 in the npm-production group across 1 directory by @dependabot[bot] in https://github.com/jessehouwing/actions-example-checker/pull/42
- Bump typescript from 5.9.3 to 6.0.2 by @dependabot[bot] in https://github.com/jessehouwing/actions-example-checker/pull/44
- Bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in https://github.com/jessehouwing/actions-example-checker/pull/45
Full Changelog: https://github.com/jessehouwing/actions-example-checker/compare/v0.0.6...v0.0.7