diff --git a/.drone.yml b/.drone.yml index 8474519..654e012 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,6 +29,8 @@ steps: if [ "$has_fomatting_issues" -eq 0 ]; then echo "✅ All files are properly formatted! Well done! ^~^" + else + echo "❌ Formatting issues found in some files :(" fi exit ${has_fomatting_issues}