Skip to content

fix(chat): standardize public types and docs #755

fix(chat): standardize public types and docs

fix(chat): standardize public types and docs #755

Workflow file for this run

name: main-pull-request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
call-unit-test:
uses: TDesignOteam/workflows/.github/workflows/reusable-unit-test.yml@main
with:
node-version-file: .node-version
skip-site: true
package-manager: pnpm
build-lib:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version-file: .node-version
- run: pnpm install --frozen-lockfile
- name: Type check
run: pnpm run check:types
- name: Verify publish packages
run: pnpm run check:pack