Skip to content

Update rubocop requirement from 1.61.0 to 1.62.1 (#182) #58

Update rubocop requirement from 1.61.0 to 1.62.1 (#182)

Update rubocop requirement from 1.61.0 to 1.62.1 (#182) #58

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: "Test / Ruby ${{ matrix.ruby }}"
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test
rubocop:
name: "Rubocop"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "ruby"
- run: bundle exec rubocop