Skip to content

Support for rubocop-rails >= 2.24.0 #22

Support for rubocop-rails >= 2.24.0

Support for rubocop-rails >= 2.24.0 #22

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