Skip to content

Releases: brandnewbox/standard-ruby-action

v0.0.9

26 Aug 16:36
Compare
Choose a tag to compare

Support installing standard-rails

v0.0.8

15 Mar 15:49
Compare
Choose a tag to compare

Will is very bad at copying commands :(.

Correctly lookup the standard ruby version from the Gemfile

v0.0.7

15 Mar 14:29
Compare
Choose a tag to compare

We're more strict about looking up the Standard version in the Gemfile.

v0.0.6

12 Mar 22:01
81f08a2
Compare
Choose a tag to compare

Support setting a Ruby version using an action input

- name: StandardRB Linter
  uses: brandnewbox/standard-ruby-action@ruby-version
  with:
    ruby-version: "2.7"
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    USE_BUNDLE_VERSION: true