start readme

This commit is contained in:
Bryan MacFarlane
2019-09-11 02:21:19 -04:00
parent 198d21cc29
commit 886d77802f
5 changed files with 608 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"description": "JavaScript Action Template",
"main": "index.js",
"scripts": {
"test": "jest"
"lint": "eslint index.js",
"test": "eslint index.js && jest"
},
"repository": {
"type": "git",
@ -25,6 +26,7 @@
"@actions/core": "^1.1.0"
},
"devDependencies": {
"eslint": "^6.3.0",
"jest": "^24.9.0"
}
}