Skip to content

Commit

Permalink
ci(tool): bootstrap に grinder のチェックを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jun 13, 2024
1 parent f64f83f commit ca7f76c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tool/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,20 @@ else
echo "⚠️ mason get: See https://docs.brickhub.dev/installing for installation."
fi

##############################################################################
##
## grinder
##
##############################################################################
echo ""
echo "🚀 grinder check: Start"
if type grinder >/dev/null 2>&1; then
echo "✅ grinder check: Success"
else
echo "⚠️ grinder check: Skip grinder because it could not be found."
echo "⚠️ grinder check: See https://pub.dev/packages/grinder/install for installation."
fi

##############################################################################
##
## Finish
Expand Down

0 comments on commit ca7f76c

Please sign in to comment.