Skip to content

refactor(set): improve Set class documentation and error handling #95

refactor(set): improve Set class documentation and error handling

refactor(set): improve Set class documentation and error handling #95

Workflow file for this run

name: RuboCop
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Run the RuboCop task
run: bundle exec rake rubocop