Skip to content

docs: polish README and add CONTRIBUTING.md (#5) #14

docs: polish README and add CONTRIBUTING.md (#5)

docs: polish README and add CONTRIBUTING.md (#5) #14

Workflow file for this run

name: ci
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm -r build
- run: pnpm -r check
- run: pnpm test