Skip to content

Minor updates - README #5

Minor updates - README

Minor updates - README #5

Workflow file for this run

name: RuboCop
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- name: Install dependencies
run: bundle install
- name: Run RuboCop
run: bundle exec rubocop