Skip to content

Fix link in the docs changes issue template #90

Fix link in the docs changes issue template

Fix link in the docs changes issue template #90

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