Skip to content

Bump yard from 0.9.34 to 0.9.36 #33

Bump yard from 0.9.34 to 0.9.36

Bump yard from 0.9.34 to 0.9.36 #33

Workflow file for this run

name: Ruby
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake