Skip to content

Fix RuboCop warnings and default Ruby version #140

Fix RuboCop warnings and default Ruby version

Fix RuboCop warnings and default Ruby version #140

Workflow file for this run

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