Skip to content

Update rubocop requirement from ~> 1.63.0 to ~> 1.64.0 #205

Update rubocop requirement from ~> 1.63.0 to ~> 1.64.0

Update rubocop requirement from ~> 1.63.0 to ~> 1.64.0 #205

Workflow file for this run

name: Rubocop
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- run: bundle exec rubocop