Skip to content

Example GitHub Action workflows for your Ruby Gem

License

Notifications You must be signed in to change notification settings

andrewmcodes-archive/gem_actions

Repository files navigation

Gem Version Build Lint Ruby Lint Docs Build Release

Gem Actions

TBD

Installation

Adding to a gem:

# my-cool-gem.gemspec
Gem::Specification.new do |spec|
  # ...
  spec.add_dependency "gem_actions"
  # ...
end

Or adding to your project:

# Gemfile
gem "gem_actions"

Supported Ruby versions

  • Ruby (MRI) >= 2.5.0

Usage

TBD

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/andrewmcodes/gem_actions.

License

The gem is available as open source under the terms of the MIT License.