Skip to content

samccone/grunt-yaml-validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

validate some yaml with grunt

Resources

Stars

Watchers

Forks

Packages

No packages published