open-feature / ruby-sdk

Ruby implementation of the OpenFeature SDK
https://openfeature.dev
Apache License 2.0
25 stars 9 forks source link

Remove 'Ruby' action now that there is a separate 'RSpec' and 'Rubocop' #31

Closed technicalpickles closed 1 year ago

technicalpickles commented 1 year ago

These two new actions were added in https://github.com/open-feature/ruby-sdk/pull/11 , but the Ruby step that runs Rake, which runs rubocop and rspec, is still around.

I noticed this because I was surprised by how many checks were running each commit:

CleanShot 2022-11-13 at 15 11 39

Removing it would drop checks from 29 to 19.