Intial commit

This commit is contained in:
2020-07-25 17:09:22 -04:00
commit 8f3b8cf989
69 changed files with 41423 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "run-gut-tests-action",
"version": "1.0.0",
"description": "",
"main": "dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "ncc build main.js -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josephbmanley/run-gut-tests-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/josephbmanley/run-gut-tests-action/issues"
},
"homepage": "https://github.com/josephbmanley/run-gut-tests-action#readme",
"dependencies": {
"@actions/core": "^1.2.4",
"@zeit/ncc": "^0.22.3",
"dockerode": "^3.2.1"
}
}