Skip to content

jsdoc: no default default #31

jsdoc: no default default

jsdoc: no default default #31

Workflow file for this run

name: CI
on:
push: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- run: pnpm install
- run: pnpm build
- run: pnpm lint
- run: pnpm test