mas/script/danger
2019-01-18 21:37:51 -07:00

12 lines
199 B
Bash
Executable file

#!/bin/bash -e
#
# script/danger
# mas
#
# Invokes the danger gem through bundler for automated PR review.
# https://danger.systems/
#
echo "==> ⚠️ Running danger"
bundle exec danger --verbose