Skip to content

Improve documentation #21

Improve documentation

Improve documentation #21

Workflow file for this run

name: Ruby specs
on: [push]
jobs:
test:
runs-on: [ubuntu-latest]
strategy:
matrix:
ruby: ['2.7', '3.0']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rspec