Skip to content

doc: add documentation #6

doc: add documentation

doc: add documentation #6

Workflow file for this run

name: test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: https://npm.pkg.github.com
- run: npm install -g pnpm@^9.9.0
- run: pnpm install --frozen-lockfile
- run: pnpm build