Releases: lyubick/action-YAML-schema-validator
Releases · lyubick/action-YAML-schema-validator
v4
v3
What's Changed
Implemented new features #11, #7 and #5 .
- ISSUE #11: Ignore empty file option added by @lyubick in #13
- ISSUE #7: All files will be checked before crashing with error by @lyubick in #13
- ISSUE #5: Enable mapping file with JSON Schema and file/dir list by @lyubick in #13
Full Changelog: v2.1...v3
v2.1
Important
Please use this version instead of v2
, since v2
has broken references.
What's Changed
- fix reference to yaml-json-file-dir input by @sdemjanenko in #8
New Contributors
- @sdemjanenko made their first contribution in #8
Full Changelog: v2...v2.1
v2
v1
Initial version
Supports validation of YAML files and/or directories/subdirectories (with multiple YAML files) against one provided JSON schema.
More information on usage in README