Skip to content

changelog + version bump #11

changelog + version bump

changelog + version bump #11

Workflow file for this run

name: PR check
on:
pull_request:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- run: bundle install
- run: bundle exec rake