- 
                Notifications
    
You must be signed in to change notification settings  - Fork 134
 
Closed
Labels
wontfixThis will not be fixed, see reason in the commentsThis will not be fixed, see reason in the comments
Description
Current behaviour
I'm using markdown-link-check on CI but the build is always green, even if the script finds broken links.
find . -name \*.md -exec markdown-link-check {} \;
Desired behaviour
markdown-link-check should exit 1 if a broken link is found, ensuring that CI builds will go red.
EDIT - it seems markdown-link-check already exits 1 if an error is found, it's just the usage within find -exec that suppresses errors.
allencloud, eysi09 and dreh23
Metadata
Metadata
Assignees
Labels
wontfixThis will not be fixed, see reason in the commentsThis will not be fixed, see reason in the comments