Skip to content

Commit

Permalink
feat(ncc): updated build to support ideas of ncc for github actions (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrellRichards authored Jun 6, 2024
1 parent d30b995 commit 979347b
Show file tree
Hide file tree
Showing 8 changed files with 52,313 additions and 582 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
openai_api_key: ${{ secrets.OPEN_AI_KEY }}
openai_model: "gpt-4o"
review_code: true
excluded_files: "node_modules, package.json, package-lock.json, lib"
generate_summary: true
overall_code_review: true
Loading

0 comments on commit 979347b

Please sign in to comment.