Skip to content

Commit 00cf650

Browse files
committed
fix(action): move info sequence for failonerrors
1 parent 09fdc59 commit 00cf650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action.js

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

0 commit comments

Comments
 (0)