diff --git a/.drone.yml b/.drone.yml index 16a3aab..ea7dda4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,8 +31,6 @@ steps: echo "✅ All files are properly formatted! Well done! ^~^" fi - echo "Code reached here..." - echo "Has formatting issues: " $HAS_ISSUES exit $HAS_ISSUES ---