-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 573 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 573 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"private": true,
"name": "actions-workflow-queue",
"version": "0.0.0-semantically-released",
"description": "wait for all `workflow_run` required workflows to be successful",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
"url": "https://ahmadnassri.com"
},
"scripts": {
"test": "echo nothing to test && exit 0",
"test:ci": "echo nothing to test && exit 0"
},
"type": "module",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1"
}
}