Add project information and workflows

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2024-09-24 20:47:26 -04:00
parent f02220b452
commit 931236318f
6 changed files with 115 additions and 4 deletions

View File

@@ -1,14 +1,31 @@
{
"name": "github-local-actions",
"displayName": "github-local-actions",
"displayName": "GitHub Local Actions",
"description": "Run your GitHub Actions locally!",
"version": "0.0.1",
"engines": {
"vscode": "^1.93.0"
"icon": "icon.png",
"author": {
"name": "Sanjula Ganepola",
"url": "https://github.com/sanjulaganepola"
},
"publisher": "SanjulaGanepola",
"license": "Apache-2.0",
"version": "0.0.1",
"repository": {
"url": "https://github.com/SanjulaGanepola/github-local-actions"
},
"homepage": "https://github.com/SanjulaGanepola/github-local-actions/blob/main/README.md",
"bugs": {
"url": "https://github.com/SanjulaGanepola/github-local-actions/issues"
},
"keywords": [
"GitHub Actions"
],
"categories": [
"Other"
],
"engines": {
"vscode": "^1.93.0"
},
"activationEvents": [],
"main": "./dist/extension.js",
"contributes": {