YAML Schema Validation
Version updated for https://github.com/ds-ukassel/yaml-ls-check to version v2.0.1.
- This action is used across all versions by 2 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 yaml-ls-check GitHub Action provides automated validation of YAML files against specified schemas using the yaml-language-server tool. It simplifies the process of ensuring YAML file correctness by integrating schema validation into CI/CD pipelines or local workflows, reducing errors and streamlining configuration management. Key features include support for custom schema mappings, exclusion of specific files or patterns, and seamless integration with .vscode/settings.json for schema definitions.
Release notes
What’s Changed
- Fix Build by @Clashsoft in https://github.com/ds-ukassel/yaml-ls-check/pull/10
New Contributors
- @Clashsoft made their first contribution in https://github.com/ds-ukassel/yaml-ls-check/pull/10
Full Changelog: https://github.com/ds-ukassel/yaml-ls-check/compare/v2.0.0...v2.0.1