Skip to content

v0.0.6

Compare
Choose a tag to compare
@willtcarey willtcarey released this 12 Mar 22:01
· 3 commits to main since this release
81f08a2

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