sobolevn / misspell-fixer-action

đź“ťAutomatically fixes typos and mistakes in your source code and docs!

Home Page:https://github.com/marketplace/actions/misspell-fixer-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action failure not detected

jlevon opened this issue · 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.