mirror of
https://github.com/actions/setup-python.git
synced 2025-07-01 23:23:46 +00: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:
parent
51d2bf1911
commit
b9436a7e86
15 changed files with 320 additions and 167 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue