testing...
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-07-15 16:23:06 +03:30
parent 93faae4553
commit 1c8d4abed4
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -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