publish-vscode-extension
publish-vscode-extension copied to clipboard
Check an extensions license
Description
After eclipse/openvsx#222 is resolved the GitHub action should check whether a license is present by using ovsx's isLicenseOk method. If the license is not ok it should yield a warning.
This is especially usefull when the extension is executed with the dryRun flag.
I am happy to accept a PR on this which includes unit tests as well.