Skip to content

🤖 Fix: mergeabot #21

🤖 Fix: mergeabot

🤖 Fix: mergeabot #21

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle install
- run: bundle exec rake