mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
fix(action): move info sequence for failonerrors
This commit is contained in:
parent
00cf65022f
commit
d4e1e800cd
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ const showLintResults = async ([from, to]) => {
|
|||
// this would be a good place to implement the setNeutral() when it's eventually implimented.
|
||||
// for now it can pass with a check mark.
|
||||
console.log(formattedResults)
|
||||
console.log('Passing despite errors ✅')
|
||||
console.log('Fail on Errors is set to false: Passing despite errors ✅')
|
||||
} else if (formattedResults) {
|
||||
setFailedAction(formattedResults)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue