Run validation programmatically #1043
Unanswered
mschoettle
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find the integration for validating YAML files in vscode very helpful. It would also be nice to have the ability to validate programmatically using the same settings. For example, as a pre-commit hook and/or in CI. Is this possible?
I am aware of other linters or the
check-yaml
pre-commit hook. However, they complain about non-standard features that this extension can handle and would also require a different set of settings.Beta Was this translation helpful? Give feedback.
All reactions