testing... #3

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

View file

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