Skip to content

Bump version to 1.0.1 #77

Bump version to 1.0.1

Bump version to 1.0.1 #77

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
name: Run tests in CI
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.2
bundler-cache: true
- name: Run tests
run: |
bundle exec rspec --format doc