Skip to content

Add Rails 7.1 testing #51

Add Rails 7.1 testing

Add Rails 7.1 testing #51

Workflow file for this run

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