Skip to content

Release 7.1.0

Release 7.1.0 #1497

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
rubocop:
name: Rubocop
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ruby: ['2.7', '3.0']
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Ruby rubocop
run: bundle exec rubocop