Skip to content

Add GH Actions workflow to create an issue on changed usage part of i… #89

Add GH Actions workflow to create an issue on changed usage part of i…

Add GH Actions workflow to create an issue on changed usage part of i… #89

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