Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Update README.md

Update README.md #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main
- name: install
run: yarn install
- name: format-check
run: yarn format-check
- name: package
run: yarn package