fix(ci): allow Python-2.0 licence in licence-check
This commit is contained in:
@@ -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:"
|
||||||
|
|||||||
Reference in New Issue
Block a user