YAML Schema Validation
Version updated for https://github.com/ds-ukassel/yaml-ls-check to version v1.6.0.
- This action is used across all versions by ? 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. It simplifies verifying YAML configurations in projects by automating the validation process, ensuring compliance with schema definitions, and enabling the exclusion of specific files or directories. The action supports custom schema mappings and integrates seamlessly with CI workflows to improve YAML quality control.
Release notes
What’s Changed
- File exclusion by @LeStegii in https://github.com/ds-ukassel/yaml-ls-check/pull/3
- Bump undici from 6.23.0 to 6.24.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/ds-ukassel/yaml-ls-check/pull/8
- Follow redirects and use esbuild by @LeStegii in https://github.com/ds-ukassel/yaml-ls-check/pull/9
New Contributors
- @LeStegii made their first contribution in https://github.com/ds-ukassel/yaml-ls-check/pull/3
Full Changelog: https://github.com/ds-ukassel/yaml-ls-check/compare/v1.5.2...v1.6.0