Skip to content

refactor: add deprecate annotation #28

refactor: add deprecate annotation

refactor: add deprecate annotation #28

Workflow file for this run

name: Unit Test
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions: {}
jobs:
unit-test:
uses: sxzz/workflows/.github/workflows/unit-test.yml@v1
with:
test: 'pnpm playwright install --with-deps && pnpm run test'
typecheck: 'pnpm run build && pnpm run typecheck'
coverage:
uses: sxzz/workflows/.github/workflows/coverage.yml@v1
needs: unit-test
with:
test: pnpm run test:coverage
permissions:
id-token: write