File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ inputs:
2222 required : false
2323 commitDepth :
2424 description : >
25- When set to an integer value X, considers only the latest X number of commits .
25+ When set to an integer value X, considers only the first X commits from the returned commit list .
2626 Values less than or equal to zero, or values that cannot be parsed as an integer, are ignored and all commits are linted.
2727 default : " "
2828 required : false
@@ -37,7 +37,7 @@ outputs:
3737 results :
3838 description : >
3939 JSON-encoded string representing an array of lint results for each analyzed
40- commit; parse it with fromJson in workflows. Each entry contains:
40+ commit; parse it with fromJSON in workflows. Each entry contains:
4141 hash (commit SHA), message (commit message), valid (boolean),
4242 errors (array of strings), warnings (array of strings).
4343runs :
You can’t perform that action at this time.
0 commit comments