mirror of
https://github.com/actions/setup-python.git
synced 2025-06-24 04:38:00 +02:00
Add Licensed
To Help Verify Prod Licenses (#128)
* Add Licensed Workflow and config * manual validation of dependencies * Ignore Generated Files in Git PR's * update contributing.md
This commit is contained in:
@ -24,11 +24,11 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.3",
|
||||
"@actions/io": "^1.0.2",
|
||||
"@actions/tool-cache": "^1.5.5",
|
||||
"semver": "^7.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/io": "^1.0.2",
|
||||
"@actions/tool-cache": "^1.5.5",
|
||||
"@types/jest": "^25.1.4",
|
||||
"@types/node": "^12.12.31",
|
||||
"@types/semver": "^7.1.0",
|
||||
|
Reference in New Issue
Block a user