You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the CLI on Mac using Homebrew, then tried to run the check subcommand on my faulty file. But, despite it detecting problems, the heylogs process returned a true (0) value:
lace on 🌱 master [$] via 🐍 v3.11.5 on ☁️ (us-east-1)
❯ heylogs check CHANGELOG.md
CHANGELOG.md
55:1 error Missing ref link all-h2-contain-a-version
1 problem
lace on 🌱 master [$] via 🐍 v3.11.5 on ☁️ (us-east-1)
❯ echo $?
0
(We discovered a similar problem when using the suggested pattern in a GitHub action, i.e.
does not fail CI if the CHANGELOG.md does not pass the check)
It would be nice for the check command to return an error if the check fails, or if there was an option to cause that behavior (e.g., a CLI option like --exit-with-error-on-errors, but maybe less verbose/clunky)
The text was updated successfully, but these errors were encountered:
I installed the CLI on Mac using Homebrew, then tried to run the
check
subcommand on my faulty file. But, despite it detecting problems, theheylogs
process returned a true (0
) value:(We discovered a similar problem when using the suggested pattern in a GitHub action, i.e.
does not fail CI if the
CHANGELOG.md
does not pass thecheck
)It would be nice for the
check
command to return an error if thecheck
fails, or if there was an option to cause that behavior (e.g., a CLI option like--exit-with-error-on-errors
, but maybe less verbose/clunky)The text was updated successfully, but these errors were encountered: