Skip to content

chore: move next method to separate class and remove unused method #95

chore: move next method to separate class and remove unused method

chore: move next method to separate class and remove unused method #95

Workflow file for this run

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