chore(ci): 調整 AI 審查工作流程與根目錄測試指令
CI / Release Tag Version (pull_request) Successful in 3s
CI / AI Code Review (pull_request) Failing after 2s

This commit is contained in:
2026-06-27 13:30:50 +00:00
parent 4fcb240208
commit e17c25ce39
2 changed files with 31 additions and 5 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "ai-code-review",
"version": "1.0.0",
"description": "AI code review Gitea action",
"private": true,
"scripts": {
"test": "npm --prefix app test"
},
"repository": {
"type": "git",
"url": "https://gitea.jsc.idv.tw/docker-actions/ai-code-review.git"
},
"author": "Jeffery",
"license": "ISC"
}