Guard::Yaml
Checks your YAML syntax. That's all.
Requirements
- Guard >= 2.18 and < 3
Installation
Add this line to your application's Gemfile:
gem 'guard-yaml'
And then execute:
$ bundle install
$ guard init guard-yaml
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Run the test suite with:
bundle exec rake
Releasing
After CI passes on master, GitHub Actions checks the version in
lib/guard/yaml/version.rb. If its version tag does not exist, the workflow
creates the tag and publishes the gem to RubyGems.org.
No RubyGems API key is required. See the RubyGems trusted publishing guide for setup details.