mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 19:43:09 +00:00
10 lines
109 B
Text
10 lines
109 B
Text
|
#!/bin/bash -e
|
||
|
#
|
||
|
# script/danger
|
||
|
# mas-cli
|
||
|
#
|
||
|
|
||
|
echo "==> ⚠️ Running danger"
|
||
|
|
||
|
bundle exec danger --verbose
|