We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fdc59 commit 00cf650Copy full SHA for 00cf650
src/action.js
@@ -149,8 +149,8 @@ const showLintResults = async ([from, to]) => {
149
// https://github.com/actions/toolkit/tree/master/packages/core#exit-codes
150
// this would be a good place to implement the setNeutral() when it's eventually implimented.
151
// for now it can pass with a check mark.
152
- console.log('Passing despite errors ✅')
153
console.log(formattedResults)
+ console.log('Passing despite errors ✅')
154
} else if (formattedResults) {
155
setFailedAction(formattedResults)
156
} else {
0 commit comments