A no-dependency Danger plugin to lint yaml files and fixtures.
$ gem install danger-yamlint
Add this line to your Dangerfile
yamlint.lint
- Clone this repo
- Run
bundle installto setup dependencies. - Run
bundle exec rake specto run the tests. - Use
bundle exec guardto automatically have tests run as you make changes. - Make your changes.