Skip to content

Update mutli roll logic #148

Update mutli roll logic

Update mutli roll logic #148

Workflow file for this run

name: Linting
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- run: bundle install
- name: Rubocop
run: rubocop