misspell-fixer-action
misspell-fixer-action copied to clipboard
action failure not detected
I'm running with options "." so the action should fail if there are mis-spellings. But the code is doing this:
# Fail the build in case status code is not 0:
if [ "$status" -ge 100 ]; then
I don't know why it's checking for 100 here, but the comment seems to imply what it should be doing.