testing... #3

Closed
light7734 wants to merge 6 commits from fix/clang-format-ci into main
Showing only changes of commit 1c8d4abed4 - Show all commits

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