Skip to content

Bump rubocop from 1.67.0 to 1.68.0 #297

Bump rubocop from 1.67.0 to 1.68.0

Bump rubocop from 1.67.0 to 1.68.0 #297

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- run: bundle install --jobs=3 --retry=3 --path=vendor/bundle
- run: bundle exec rubocop