Skip to content

Prepare 5.1.0 release #1277

Prepare 5.1.0 release

Prepare 5.1.0 release #1277

Workflow file for this run

name: RuboCop
on: [push, pull_request]
concurrency:
group: rubocop-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true # 'bundle install' and cache
- name: Run RuboCop
run: bundle exec rubocop --parallel --color