misspell-fixer-action icon indicating copy to clipboard operation
misspell-fixer-action copied to clipboard

action failure not detected

Open jlevon opened this issue 2 years ago • 0 comments

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.

jlevon avatar Nov 15 '22 10:11 jlevon