-
-
Notifications
You must be signed in to change notification settings - Fork 21
Check an extensions license #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
After eclipse-openvsx/openvsx#222 is resolved the GitHub action should check whether a license is present by using
ovsx'sisLicenseOkmethod. If the license is not ok it should yield a warning.This is especially usefull when the extension is executed with the
dryRunflag.I am happy to accept a PR on this which includes unit tests as well.