Skip to main content

Fail the build if Hound finds any issues

Hound can be configured to update the Pull Request status to "failed"

Written by Scott
Updated over 7 years ago

Hound can be configured to use GitHub's Status API to mark a pull request as failed if any issues are found. All you need to do is add the following to your .hound.yml

fail_on_violations: true
Did this answer your question?