Skip to content

improve gemspec description and metadata #15

improve gemspec description and metadata

improve gemspec description and metadata #15

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
matrix:
ruby-version:
- "3.1"
- "3.2"
- "3.3"
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake