Skip to content

Merge pull request #71 from mnemosyne-mon/fix/action-dispatch-excepti… #275

Merge pull request #71 from mnemosyne-mon/fix/action-dispatch-excepti…

Merge pull request #71 from mnemosyne-mon/fix/action-dispatch-excepti… #275

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