Skip to content

Fix inline in_batches false-positive on Migration/BatchInBatches #16

Fix inline in_batches false-positive on Migration/BatchInBatches

Fix inline in_batches false-positive on Migration/BatchInBatches #16

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.6
bundler-cache: true
- name: Run the default task
run: bundle exec rake