mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-06 23:39:39 +00:00
start readme
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user