Skip to content

Update rubocop 1.67.0 → 1.68.0 (minor) #422

Update rubocop 1.67.0 → 1.68.0 (minor)

Update rubocop 1.67.0 → 1.68.0 (minor) #422

Workflow file for this run

name: Ruby
on: [push,pull_request]
jobs:
spec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- uses: browser-actions/setup-firefox@latest
- name: Run tests
run: bundle exec rspec