feat: add coze assistant

This commit is contained in:
vben
2024-06-16 23:17:40 +08:00
parent 54b35deeab
commit 95252f62f6
12 changed files with 97 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm run lint
@@ -131,7 +131,7 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Typecheck
run: pnpm check:type