Skip to content

chore(deps-dev): bump rubocop from 1.66.1 to 1.68.0 #231

chore(deps-dev): bump rubocop from 1.66.1 to 1.68.0

chore(deps-dev): bump rubocop from 1.66.1 to 1.68.0 #231

Workflow file for this run

name: Ruby CI
on: push
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2', '3.3']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run linter
run: bundle exec rubocop
- name: Run tests
run: bundle exec rake