mirror of
https://github.com/pacnpal/Claude-code-review.git
synced 2025-12-20 04:11:04 -05:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c555f5511a | ||
|
|
bd3279eb92 | ||
|
|
18251326f9 | ||
|
|
5f46e3056e |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -9,6 +9,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ outputs:
|
|||||||
description: 'Generated code review'
|
description: 'Generated code review'
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node20'
|
||||||
main: 'action.js'
|
main: 'dist/index.js'
|
||||||
32027
dist/index.js
vendored
Normal file
32027
dist/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
3415
package-lock.json
generated
Normal file
3415
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
@@ -7,17 +7,22 @@
|
|||||||
"test": "jest",
|
"test": "jest",
|
||||||
"build": "ncc build action.js -o dist"
|
"build": "ncc build action.js -o dist"
|
||||||
},
|
},
|
||||||
"keywords": ["github", "action", "code-review", "claude"],
|
"keywords": [
|
||||||
|
"github",
|
||||||
|
"action",
|
||||||
|
"code-review",
|
||||||
|
"claude"
|
||||||
|
],
|
||||||
"author": "PacNPal",
|
"author": "PacNPal",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "^1.11.1",
|
||||||
"@actions/github": "^6.0.0",
|
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^1.1.1",
|
||||||
|
"@actions/github": "^6.0.0",
|
||||||
"node-fetch": "^3.3.2"
|
"node-fetch": "^3.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vercel/ncc": "^0.38.3",
|
"@vercel/ncc": "^0.38.3",
|
||||||
"jest": "^29.7.0"
|
"jest": "^29.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user