From 75ad00dbcb6673e0fd8b8b4db7cc6dce9150238e Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:27:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E6=9B=B4=E6=96=B0=E8=AE=B8?= =?UTF-8?q?=E5=8F=AF=E8=AF=81=E5=90=88=E8=A7=84=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在feluda命令中添加配置文件参数 - 修正许可证扫描命令以使用自定义配置 --- .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 c118fd6..9370c6f 100644 --- a/.github/workflows/license-compliance.yml +++ b/.github/workflows/license-compliance.yml @@ -34,7 +34,7 @@ jobs: update-badge: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - name: Feluda License Scanner Incompatible Licenses run: | - feluda --incompatible + feluda --incompatible --config .feluda.yaml # 生成合规性文件(NOTICE / THIRD_PARTY_LICENSES) - name: Generate compliance files