Skip to content

fix(deps): bump rubocop in the bundler-non-major group (#48) #183

fix(deps): bump rubocop in the bundler-non-major group (#48)

fix(deps): bump rubocop in the bundler-non-major group (#48) #183

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.4', '4.0']
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run RSpec tests
run: bundle exec rspec