chore(workflow): 移除许可证扫描配置参数

- 移除 .feluda.yaml 配置文件依赖
- 简化 feluda 扫描命令执行流程
- 更新工作流许可证合规检查逻辑
- [release ci]
This commit is contained in:
GeWuYou 2026-02-03 21:00:39 +08:00
parent efd7ababd2
commit 28b750b0d0

View File

@ -35,7 +35,7 @@ jobs:
update-badge: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
- name: Feluda License Scanner Incompatible Licenses
run: |
feluda --incompatible --config .feluda.yaml
feluda --incompatible
# 生成合规性文件NOTICE / THIRD_PARTY_LICENSES
- name: Generate compliance files