From ff2a2d3bb3b8efcac5dfc7e806d4bfa0f96e3e0a Mon Sep 17 00:00:00 2001 From: light7734 Date: Tue, 15 Jul 2025 16:21:42 +0330 Subject: [PATCH] testing... --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) 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}