From 664a26764064f1509e39223e642d617e2929e4dc Mon Sep 17 00:00:00 2001 From: light7734 Date: Tue, 15 Jul 2025 16:19:20 +0330 Subject: [PATCH] testing... --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0e37638..16a3aab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: fi echo "Code reached here..." - echo "Has formatting issues: " $HAS_ISSUES" + echo "Has formatting issues: " $HAS_ISSUES exit $HAS_ISSUES ---