Skip to content

Bump activerecord from 7.0.6 to 7.0.7 #491

Bump activerecord from 7.0.6 to 7.0.7

Bump activerecord from 7.0.6 to 7.0.7 #491

Workflow file for this run

name: Rubocop
on:
pull_request:
jobs:
rubocop:
strategy:
fail-fast: false
matrix:
ruby:
- 3.1.2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rubocop