Skip to content

Commit

Permalink
fix(action): move info sequence for failonerrors
Browse files Browse the repository at this point in the history
  • Loading branch information
cmitzel-ncino committed Apr 10, 2023
1 parent 00cf650 commit d4e1e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d4e1e80

Please sign in to comment.