Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Update README.md

Update README.md #83

Workflow file for this run

name: Main
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
bundler-cache: true
- name: Run the default task
run: |
bundle exec rake