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 09fdc59 commit 00cf650
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 @@ -149,8 +149,8 @@ const showLintResults = async ([from, to]) => {
// 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.
// for now it can pass with a check mark.
console.log('Passing despite errors ✅')
console.log(formattedResults)
console.log('Passing despite errors ✅')
} else if (formattedResults) {
setFailedAction(formattedResults)
} else {
Expand Down

0 comments on commit 00cf650

Please sign in to comment.