YAML Schema Validation
Version updated for https://github.com/ds-ukassel/yaml-ls-check to version v2.0.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 automates the validation of YAML files against specified schemas using the yaml-language-server. It simplifies schema-based validation workflows by supporting directory-wide checks, custom schema mappings, and exclusion of specific files or patterns. This action is particularly useful for ensuring YAML file correctness and compliance in CI/CD pipelines.
Release notes
Breaking Changes
- Updated to Node 24.
Bugfixes
- Declared the
excludedFilesinput correctly.
Full Changelog: https://github.com/ds-ukassel/yaml-ls-check/compare/v1.6.0...v2.0.0