Add Licensed Workflow and config

This commit is contained in:
Thomas Boop
2020-08-11 21:47:24 -04:00
parent abecf4abf4
commit 350822c32f
25 changed files with 732 additions and 416 deletions

View File

@ -28,11 +28,13 @@
"url": "https://github.com/actions/upload-artifact/issues"
},
"homepage": "https://github.com/actions/upload-artifact#readme",
"devDependencies": {
"dependencies": {
"@actions/artifact": "^0.4.0",
"@actions/core": "^1.2.3",
"@actions/glob": "^0.1.0",
"@actions/io": "^1.0.2",
"@actions/io": "^1.0.2"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
"@typescript-eslint/parser": "^2.27.0",