Sealink Param Validation
This is our gem for validation our params with schemas.
Development Environment
Prerequisites
- Ruby
General Steps
- bundle install
Testing
- bundle exec rspec
Release
To publish a new version of this gem the following steps must be taken.
- Update the version in the following files
CHANGELOG.md lib/sealink_param_validation/version.rb
- Create a tag using the format v0.1.0
- Follow build progress in GitHub actions