5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

fix(action): move info sequence for failonerrors

This commit is contained in:
Cooper 2023-04-10 15:05:29 -04:00
parent 09fdc59483
commit 00cf65022f
No known key found for this signature in database
GPG key ID: DF6ECEF0888ECA4B

View file

@ -149,8 +149,8 @@ const showLintResults = async ([from, to]) => {
// https://github.com/actions/toolkit/tree/master/packages/core#exit-codes // https://github.com/actions/toolkit/tree/master/packages/core#exit-codes
// this would be a good place to implement the setNeutral() when it's eventually implimented. // this would be a good place to implement the setNeutral() when it's eventually implimented.
// for now it can pass with a check mark. // for now it can pass with a check mark.
console.log('Passing despite errors ✅')
console.log(formattedResults) console.log(formattedResults)
console.log('Passing despite errors ✅')
} else if (formattedResults) { } else if (formattedResults) {
setFailedAction(formattedResults) setFailedAction(formattedResults)
} else { } else {