Skip to content

Also run rspec, rucocop, sorbet on Ruby 3.2 and 3.3 #847

Also run rspec, rucocop, sorbet on Ruby 3.2 and 3.3

Also run rspec, rucocop, sorbet on Ruby 3.2 and 3.3 #847

Workflow file for this run

name: rubocop
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
rubocop:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run rubocop style check
run: bundle exec rubocop