Skip to content

Bump yard from 0.9.28 to 0.9.35 #26

Bump yard from 0.9.28 to 0.9.35

Bump yard from 0.9.28 to 0.9.35 #26

Workflow file for this run

name: Ruby
on: ['push']
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby-version }}
strategy:
matrix:
ruby-version: ['3.1', '3.0', '2.7']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run Rake
run: bundle exec rake
- name: Run YARDoc
run: bundle exec yard stats