ai 代码审核

This commit is contained in:
caesar
2025-01-15 13:14:21 +08:00
commit 36cf1eddb2
16 changed files with 893 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "hello-world-action",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/node": "^22.10.6",
"typescript": "^4.5.4"
},
"dependencies": {
}
}