mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 01:56: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"
|
description: "Glob patterns to exclude files from the diff analysis"
|
||||||
required: false
|
required: false
|
||||||
default: ""
|
default: ""
|
||||||
|
framework:
|
||||||
|
description: 'Framework for specific guidelines'
|
||||||
|
required: false
|
||||||
|
default: ""
|
||||||
runs:
|
runs:
|
||||||
using: "node16"
|
using: "node16"
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue