Skip to content

Update rubocop 1.65.0 → 1.65.1 (patch) #44

Update rubocop 1.65.0 → 1.65.1 (patch)

Update rubocop 1.65.0 → 1.65.1 (patch) #44

Workflow file for this run

name: pull_request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
rubygems: latest
bundler-cache: true
- name: Run RSpec
run: bundle exec rake spec
- name: Run RuboCop
run: bundle exec rake rubocop