Skip to content

fix: Invalid exception class for ActionDispatch::ExceptionWrapper #274

fix: Invalid exception class for ActionDispatch::ExceptionWrapper

fix: Invalid exception class for ActionDispatch::ExceptionWrapper #274

Workflow file for this run

name: Lint
on:
- pull_request
- push
jobs:
rubocop:
name: rubocop
runs-on: ubuntu-22.04
env:
BUNDLE_WITHOUT: development test
steps:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@v1
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
with:
ruby-version: 3.1
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop --parallel --color