Skip to content

Update README.md

Update README.md #20

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: all
run: yarn all