Skip to content

Fix Migration/ChangeTableReferences offense location #220

Fix Migration/ChangeTableReferences offense location

Fix Migration/ChangeTableReferences offense location #220

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- name: Default task, RSpec and Rubocop
run: bundle exec rake