修复全量审查问题;接入vitest;精简IdP图标逻辑
CI / test (push) Successful in 46s

This commit is contained in:
2026-07-22 16:51:45 +08:00
parent efcb84eaa8
commit 119f60516c
39 changed files with 1164 additions and 797 deletions
+2 -1
View File
@@ -1,6 +1,5 @@
name: CI
# 仅分支推送触发:tag 推送交给 release.yml;solo 开发不走 PR,去掉 pull_request 避免同一提交双跑
on:
push:
branches: ["**"]
@@ -20,5 +19,7 @@ jobs:
run: npx eslint .
- name: 类型检查
run: npm run typecheck
- name: 单元测试
run: npm run test
- name: 构建
run: npm run build