Skip to content

Bump rubocop 1.31.2 -> 1.60.1 #49

Bump rubocop 1.31.2 -> 1.60.1

Bump rubocop 1.31.2 -> 1.60.1 #49

Workflow file for this run

name: RuboCop
on:
- push
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install RuboCop
run: |
gem install bundler --no-document
gem install rubocop -v 1.60.1 --no-document
- name: RuboCop
run: rubocop