Skip to content

Test with Rails 7.1 and Ruby 3.3 #57

Test with Rails 7.1 and Ruby 3.3

Test with Rails 7.1 and Ruby 3.3 #57

Workflow file for this run

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