feat: 优化 GitHub Actions 工作流中的步骤名称以增强可读性 [skip ci]
This commit is contained in:
5
.github/workflows/lint.yaml
vendored
5
.github/workflows/lint.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
run: pnpm run lint
|
||||
- name: 📦 构建项目
|
||||
run: pnpm run build-only
|
||||
- name: 计算构建大小
|
||||
- name: 📊 计算构建大小
|
||||
run: |
|
||||
echo "📊 构建大小统计:"
|
||||
echo "----------------------------------------"
|
||||
@ -27,7 +27,8 @@ jobs:
|
||||
echo "----------------------------------------"
|
||||
- name: ✅ 类型检查
|
||||
run: pnpm run type-check # 要先 build,保证 components.d.ts 存在
|
||||
- run: npx depcheck || true
|
||||
- name: 🔍 检查未使用的依赖
|
||||
run: npx depcheck || true
|
||||
- run: node .github/.depcheck.js
|
||||
- run: npx taze --help
|
||||
- run: npx taze
|
||||
|
Reference in New Issue
Block a user