Merge pull request #10 from arunsnt/CICO-111286

CICO-111286: Added framework parameter to specify the framework.
This commit is contained in:
Arun Murugan 2024-06-12 02:38:49 -04:00 committed by GitHub
commit b0590a34bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"