Skip to content

Update rubocop requirement from = 1.57.2 to = 1.58.0 #22

Update rubocop requirement from = 1.57.2 to = 1.58.0

Update rubocop requirement from = 1.57.2 to = 1.58.0 #22

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: .tool-versions
bundler-cache: true
- run: bundle exec rake