Skip to content

Update rubocop requirement from ~> 1.55.1 to ~> 1.65.1 #147

Update rubocop requirement from ~> 1.55.1 to ~> 1.65.1

Update rubocop requirement from ~> 1.55.1 to ~> 1.65.1 #147

Workflow file for this run

name: Rubocop
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- run: bundle exec rake rubocop