Skip to content

Prepare for Rails 7.2 support (and disable enqueue_after_transaction_commit) #111

Prepare for Rails 7.2 support (and disable enqueue_after_transaction_commit)

Prepare for Rails 7.2 support (and disable enqueue_after_transaction_commit) #111

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run Linter
run: bundle exec rubocop --parallel