Refactoring the action from a composite to Node action. This change improves security through pinning of packages as well as better test-ability and error handling. Reviewed-on: #47 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #47.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "validate-json-by-json-schema-action",
|
||||
"version": "1.0.0",
|
||||
"type": "commonjs",
|
||||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"test": "vitest --config vitext.config.ts",
|
||||
"format": "oxfmt",
|
||||
"format:check": "oxfmt --check",
|
||||
"build": "rolldown -c",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "3.0.1",
|
||||
"ajv": "8.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "24.13.2",
|
||||
"@vitest/coverage-v8": "4.1.9",
|
||||
"oxfmt": "0.56.0",
|
||||
"rolldown": "1.1.3",
|
||||
"typescript": "6.0.3",
|
||||
"vitest": "4.1.9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user