diff --git a/.drone.yml b/.drone.yml index ea7dda4..d7abfdf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,6 +29,8 @@ steps: if [ "$HAS_ISSUES" -eq 0 ]; then echo "✅ All files are properly formatted! Well done! ^~^" + else + echo "❌ Senpai! There was some formatting issues :c" fi exit $HAS_ISSUES