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:
parent
09fdc59483
commit
00cf65022f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue