Skip to content

Convert CHANGELOG to markdown #2

Convert CHANGELOG to markdown

Convert CHANGELOG to markdown #2

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby:
- "3.2"
- "3.3"
- "ruby-head"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- run: bundle exec rake