Skip to content

fixes failing test

fixes failing test #76

Workflow file for this run

name: Check Rubocop compliance
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Install dependencies (bundle)
run: bundle install
- name: Run Rubocop
run: rubocop