Skip to content

test(migration path): ensure that new queries are compatible with old index #301

test(migration path): ensure that new queries are compatible with old index

test(migration path): ensure that new queries are compatible with old index #301

Workflow file for this run

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