Skip to content

Update gem

Update gem #7

Workflow file for this run

name: Run Rubocop
on: [push]
jobs:
run-rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
bundler-cache: true
- name: Run rubocop
run: |
bundle exec rubocop