I'm running Danger as part of my lint/pre-compile on github actions. Here's a simplified version of the shell script call:
set -e
danger --dangerfile="dangerfile-pre-compile.rb"
Danger failures are triggering and showing up in the PR checks, but unfortunately my build keeps on rocking. Why doesn't this fail the build?