Skip to content

Bump strong_migrations from 1.6.0 to 1.6.1 #2649

Bump strong_migrations from 1.6.0 to 1.6.1

Bump strong_migrations from 1.6.0 to 1.6.1 #2649

Workflow file for this run

name: RuboCop
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 321
- name: Run RuboCop
run: bundle exec rubocop --parallel