Add @github/local-action and documentation

This commit is contained in:
Nick Alteen
2024-09-06 10:09:11 -04:00
parent a8e23cc2a0
commit 4576840d49
6 changed files with 804 additions and 1 deletions

View File

@@ -30,6 +30,7 @@
"format:write": "npx prettier --write .",
"format:check": "npx prettier --check .",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
"local-action": "npx local-action . src/main.ts .env",
"package": "npx ncc build src/index.ts -o dist --source-map --license licenses.txt",
"package:watch": "npm run package -- --watch",
"test": "npx jest",
@@ -69,6 +70,7 @@
"@actions/core": "^1.10.1"
},
"devDependencies": {
"@github/local-action": "^2.1.2",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.2",