Skip to content

Update typedoc

Update typedoc #235

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- run: yarn install
- run: yarn lint
- run: yarn test
- run: yarn build