mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 09:36:47 +00:00
Merge pull request #10 from arunsnt/CICO-111286
CICO-111286: Added framework parameter to specify the framework.
This commit is contained in:
commit
b0590a34bc
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ inputs:
|
|||
description: "Glob patterns to exclude files from the diff analysis"
|
||||
required: false
|
||||
default: ""
|
||||
framework:
|
||||
description: 'Framework for specific guidelines'
|
||||
required: false
|
||||
default: ""
|
||||
runs:
|
||||
using: "node16"
|
||||
main: "dist/index.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue