Skip to content

Centralize Ruby Version to .ruby-version #339

Centralize Ruby Version to .ruby-version

Centralize Ruby Version to .ruby-version #339

Workflow file for this run

name: Lint
on: push
jobs:
test:
name: Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run Rubocop
run: bin/rubocop