read-json-file
Version updated for https://github.com/durandtibo/read-json-action to version v0.1.
- This action is used across all versions by 10 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The read-json-action is a GitHub Action that automates the reading and validation of JSON files within a repository. It ensures JSON syntax validity, provides outputs such as file existence, validity status, and content, and integrates seamlessly with subsequent steps for parsing using fromJSON(). This action simplifies workflows by enabling reliable JSON handling across Linux and macOS environments.
Release notes
Initial release to test the action
What’s Changed
- Add action by @durandtibo in https://github.com/durandtibo/read-json-action/pull/1
- Configure Dependabot for GitHub Actions updates by @durandtibo in https://github.com/durandtibo/read-json-action/pull/2
- Add workflow to verify workflows by @durandtibo in https://github.com/durandtibo/read-json-action/pull/3
- Add workflow to cancel stale runs by @durandtibo in https://github.com/durandtibo/read-json-action/pull/4
- Add Makefile by @durandtibo in https://github.com/durandtibo/read-json-action/pull/5
- Update README by @durandtibo in https://github.com/durandtibo/read-json-action/pull/6
- Add workflow to check format by @durandtibo in https://github.com/durandtibo/read-json-action/pull/7
- Add CI workflow by @durandtibo in https://github.com/durandtibo/read-json-action/pull/8
- Update action by @durandtibo in https://github.com/durandtibo/read-json-action/pull/9
New Contributors
- @durandtibo made their first contribution in https://github.com/durandtibo/read-json-action/pull/1
Full Changelog: https://github.com/durandtibo/read-json-action/commits/v0.1