Skip to content

docs: rewrite the README.md #3

docs: rewrite the README.md

docs: rewrite the README.md #3

Workflow file for this run

name: main
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2.2"
bundler-cache: true
- run: bundle install