-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 725 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "github-actions-practice",
"version": "1.0.0",
"description": "This repository is dedicated to practicing and experimenting with **GitHub Actions**. It contains various workflow examples for testing triggers, matrices, and basic automation patterns.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/igharjot/github-actions-practice.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/igharjot/github-actions-practice/issues"
},
"homepage": "https://github.com/igharjot/github-actions-practice#readme"
}