testing... #3

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

View file

@ -32,6 +32,7 @@ steps:
fi fi
echo "Code reached here..." echo "Code reached here..."
echo "Has formatting issues: ${has_fomatting_issues}"
exit ${has_fomatting_issues} exit ${has_fomatting_issues}
--- ---