Skip to content

docs: update readme #121

docs: update readme

docs: update readme #121

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [24.x]
steps:
- name: checkout
uses: actions/checkout@main
- name: install
run: yarn install
- name: all
run: yarn all