mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-25 13:07:14 +08:00
chore(ci): 更新许可证检查配置以禁用严格模式
- 将 fail-on-restrictive 设置为 false - 将 fail-on-incompatible 设置为 false - 添加注释说明配置变更原因
This commit is contained in:
parent
22eebb6e2d
commit
ffc75099c8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -90,8 +90,8 @@ jobs:
|
|||||||
uses: anistark/feluda@v1.11.1
|
uses: anistark/feluda@v1.11.1
|
||||||
with:
|
with:
|
||||||
project-license: 'Apache-2.0'
|
project-license: 'Apache-2.0'
|
||||||
fail-on-restrictive: true
|
fail-on-restrictive: false
|
||||||
fail-on-incompatible: true
|
fail-on-incompatible: false
|
||||||
verbose: true
|
verbose: true
|
||||||
update-badge: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
update-badge: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user