Skip to content

refactor: 将项目重构为 monorepo,并拆分 ui 和 chat 组件 #680

refactor: 将项目重构为 monorepo,并拆分 ui 和 chat 组件

refactor: 将项目重构为 monorepo,并拆分 ui 和 chat 组件 #680

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