grunt-yaml-validate
v0.1.1
Published
`npm i --save-dev grunt-yaml-validate`
Downloads
4
Readme
grunt-yaml-validate
npm i --save-dev grunt-yaml-validate
Using
grunt.initConfig({
"yaml-validate": {
options: {
glob: "api/*.yaml"
}
}
})
Why?
Sometimes you want to ensure that all yaml files matching a given glob are valid as part of your CI process. This tool will do just that.