Skip to content

Update readme and bump gem for v0.16.0 #50

Update readme and bump gem for v0.16.0

Update readme and bump gem for v0.16.0 #50

Workflow file for this run

on:
push:
branches: [master]
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
name: script/cibuild
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: build
run: script/bootstrap
- name: test
run: script/cibuild