Skip to content

chore(deps): update dependency rubocop to '~> 1.62.0' #149

chore(deps): update dependency rubocop to '~> 1.62.0'

chore(deps): update dependency rubocop to '~> 1.62.0' #149

Workflow file for this run

name: Pull Request CI
on:
push:
pull_request:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# https://www.ruby-lang.org/en/downloads/branches/
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
name: Ruby v${{ matrix.ruby }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: gem install bundler
- run: bundle install
- run: bundle exec rubocop
- run: bundle exec rspec