Skip to content

Update rubocop-github requirement from ~> 0.20.0 to ~> 0.22.0 #263

Update rubocop-github requirement from ~> 0.20.0 to ~> 0.22.0

Update rubocop-github requirement from ~> 0.20.0 to ~> 0.22.0 #263

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