Skip to content

Set minimum version of Rubocop to 1.61 #344

Set minimum version of Rubocop to 1.61

Set minimum version of Rubocop to 1.61 #344

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: 3.0
bundler-cache: true
- name: Run Rubocop
run: bin/rubocop