chore(ci): 更新许可证检查工作流配置

- 在许可证检查步骤中启用详细输出模式
- 保持现有的许可证类型和失败策略设置不变
- 维持主分支推送时的徽章更新功能
This commit is contained in:
GeWuYou 2026-02-02 19:25:09 +08:00
parent 58de08d260
commit 22eebb6e2d

View File

@ -92,6 +92,7 @@ jobs:
project-license: 'Apache-2.0'
fail-on-restrictive: true
fail-on-incompatible: true
verbose: true
update-badge: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
# 构建项目使用Release配置且跳过恢复步骤