Skip to content

Commit 1f41d16

Browse files
authored
Bump: version
* feat: linting * feat: increase max token size * bump: npm * feat: increase character limit * feat: update token * fix: prompts * bump: packages * feat: bump package
1 parent 197278e commit 1f41d16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
node-version: 18
2121
- run: npm ci
22+
- run: npm run build
2223

2324
- name: Run code review script
2425
run: npm run start-ci
@@ -27,3 +28,4 @@ jobs:
2728
BASE_SHA: ${{ github.event.pull_request.base.sha }}
2829
GITHUB_SHA: ${{ github.sha }}
2930
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
31+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-review-gpt",
3-
"version": "0.0.12",
3+
"version": "0.0.14",
44
"description": "Your AI code reviewer",
55
"bin": {
66
"code-review-gpt": "./dist/index.js"

0 commit comments

Comments
 (0)