Skip to content

Update rubocop requirement from ~> 1.48.0 to ~> 1.62.1 #70

Update rubocop requirement from ~> 1.48.0 to ~> 1.62.1

Update rubocop requirement from ~> 1.48.0 to ~> 1.62.1 #70

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true
- run: bundle exec rubocop