Skip to content

test: update tests to fix build:doc #324

test: update tests to fix build:doc

test: update tests to fix build:doc #324

Workflow file for this run

name: release
on:
push:
branches: [main]
jobs:
code:
uses: unional/.github/.github/workflows/pnpm-verify.yml@main
with:
os: '["ubuntu-latest"]'
release:
uses: unional/.github/.github/workflows/pnpm-release-changeset.yml@main
needs: code
secrets: inherit
docgen:
uses: unional/.github/.github/workflows/pnpm-docs.yml@main
needs: release