node-actions/template: CI / BUILD (pull_request) Successful in 3s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
12 lines
318 B
JSON
12 lines
318 B
JSON
{
|
|
"name": "ai-code-review",
|
|
"version": "1.0.0",
|
|
"description": "AI 多角色 code review:攻擊方找問題、防守方裁決誤報,結果留言到 PR 並保存 findings",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"build": "ncc build src/index.js -o dist"
|
|
},
|
|
"author": "Jeffery",
|
|
"license": "MIT"
|
|
}
|