Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Prepare for initial public release #62

Prepare for initial public release

Prepare for initial public release #62

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Install dependencies
run: bundle install
- name: Run CI
run: bundle exec rake