mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2025-04-21 15:57:32 -05:00
Add tests and CI.
This commit is contained in:
parent
a1deed7ade
commit
932bbbde38
11 changed files with 5392 additions and 84 deletions
12
package.json
12
package.json
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "github-env-vars-action",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "A GitHub Action to expose useful environment variables.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "ncc build index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"lint": "eslint *.js",
|
||||
"test": "jest",
|
||||
"build": "ncc build index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -23,5 +24,10 @@
|
|||
"homepage": "https://github.com/FranzDiebold/github-env-vars-action#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.4.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"jest": "^26.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue