action-YAML-schema-validator

Action to validate YAML files against predefined JSON schema

MIT License

Stars
2
Committers
2

Bot releases are hidden (Show)

action-YAML-schema-validator - v4 Latest Release

Published by lyubick 10 months ago

Breaking Changes

From this version new separator is used in schema-mapping, now -> is used instead of :.

What's Changed

Implemented new features #12 , now one can use URL via HTTPS protocol to download desired schemas to validate against.

Full Changelog: https://github.com/lyubick/action-YAML-schema-validator/compare/v3...v4

action-YAML-schema-validator - v3

Published by lyubick 11 months ago

What's Changed

Implemented new features #11, #7 and #5 .

Full Changelog: https://github.com/lyubick/action-YAML-schema-validator/compare/v2.1...v3

action-YAML-schema-validator - v2.1

Published by lyubick over 1 year ago

Important

Please use this version instead of v2, since v2 has broken references.

What's Changed

New Contributors

Full Changelog: https://github.com/lyubick/action-YAML-schema-validator/compare/v2...v2.1

action-YAML-schema-validator - v2

Published by lyubick over 1 year ago

Important: Version Broken

Do not use this version, use v2.1 instead.

What's Changed

Breaking Change

yaml-file-dir renamed to yaml-json-file-dir, to highlight availability to validate JSON files

Full Changelog: https://github.com/lyubick/action-YAML-schema-validator/compare/v1...v2

action-YAML-schema-validator - v1

Published by lyubick over 1 year ago

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