Skip to content

Fix test and lint errors #96

Fix test and lint errors

Fix test and lint errors #96

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Test Ruby code with RSpec
run: bundle exec rspec