Skip to content

Update Ruby version in CI coverage job from 2.7 to 3.2 #22

Update Ruby version in CI coverage job from 2.7 to 3.2

Update Ruby version in CI coverage job from 2.7 to 3.2 #22

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: bundle exec rubocop