Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Add "repository archived" note to README #72

Add "repository archived" note to README

Add "repository archived" note to README #72

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
ruby: [3.1, 3.2, 3.3, 3.4]
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run
run: bundle exec rake