fix(ci): allow Python-2.0 licence in licence-check

This commit is contained in:
2026-05-21 14:03:45 +01:00
parent 1ed01d0ef0
commit afa6ebc3c7
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
# Check for incompatible licenses # Check for incompatible licenses
if ! npx --yes license-checker --production \ if ! npx --yes license-checker --production \
--onlyAllow "MIT;ISC;MIT-0;BSD-2-Clause;BSD-3-Clause;Apache-2.0;CC0-1.0;BlueOak-1.0.0" \ --onlyAllow "MIT;ISC;MIT-0;BSD-2-Clause;BSD-3-Clause;Apache-2.0;CC0-1.0;BlueOak-1.0.0;Python-2.0" \
--excludePrivatePackages; then --excludePrivatePackages; then
echo "" echo ""
echo "❌ Found incompatible licenses. Full license report:" echo "❌ Found incompatible licenses. Full license report:"