mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-25 13:33:28 +08:00
chore(workflow): 移除许可证扫描配置参数
- 移除 .feluda.yaml 配置文件依赖 - 简化 feluda 扫描命令执行流程 - 更新工作流许可证合规检查逻辑 - [release ci]
This commit is contained in:
parent
efd7ababd2
commit
28b750b0d0
2
.github/workflows/license-compliance.yml
vendored
2
.github/workflows/license-compliance.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
update-badge: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
update-badge: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
- name: Feluda License Scanner Incompatible Licenses
|
- name: Feluda License Scanner Incompatible Licenses
|
||||||
run: |
|
run: |
|
||||||
feluda --incompatible --config .feluda.yaml
|
feluda --incompatible
|
||||||
|
|
||||||
# 生成合规性文件(NOTICE / THIRD_PARTY_LICENSES)
|
# 生成合规性文件(NOTICE / THIRD_PARTY_LICENSES)
|
||||||
- name: Generate compliance files
|
- name: Generate compliance files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user