Skip to content

Commit 979347b

Browse files
feat(ncc): updated build to support ideas of ncc for github actions (#6)
1 parent d30b995 commit 979347b

File tree

8 files changed

+52313
-582
lines changed

8 files changed

+52313
-582
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
openai_api_key: ${{ secrets.OPEN_AI_KEY }}
2525
openai_model: "gpt-4o"
2626
review_code: true
27-
excluded_files: "node_modules, package.json, package-lock.json, lib"
27+
generate_summary: true
28+
overall_code_review: true

0 commit comments

Comments
 (0)