Skip to content

Bump yard from 0.9.27 to 0.9.36 #40

Bump yard from 0.9.27 to 0.9.36

Bump yard from 0.9.27 to 0.9.36 #40

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: [2.6, 2.7, 3.0, 3.1]
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Ruby tests
run: bundle exec rspec