From 28b750b0d0b901fcb88dc16cddafaa248447c87a Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:00:39 +0800 Subject: [PATCH] =?UTF-8?q?chore(workflow):=20=E7=A7=BB=E9=99=A4=E8=AE=B8?= =?UTF-8?q?=E5=8F=AF=E8=AF=81=E6=89=AB=E6=8F=8F=E9=85=8D=E7=BD=AE=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 .feluda.yaml 配置文件依赖 - 简化 feluda 扫描命令执行流程 - 更新工作流许可证合规检查逻辑 - [release ci] --- .github/workflows/license-compliance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-compliance.yml b/.github/workflows/license-compliance.yml index d42c2e3..4a249f3 100644 --- a/.github/workflows/license-compliance.yml +++ b/.github/workflows/license-compliance.yml @@ -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