feat: 添加 Vue 类型检查到 CI 流程,更新 Icons.vue 和 unocss.config.ts 文件
Some checks failed
CI / build-and-deploy (push) Failing after 50s
Some checks failed
CI / build-and-deploy (push) Failing after 50s
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -34,6 +34,8 @@ jobs:
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: 静态代码分析
|
||||
run: pnpm lint
|
||||
- name: Vue 类型检查
|
||||
run: npx vue-tsc --build --force
|
||||
|
||||
# - name: Build
|
||||
# run: pnpm build
|
||||
|
Reference in New Issue
Block a user