This commit is contained in:
parent
59bbee4b47
commit
ff2a2d3bb3
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ steps:
|
||||||
|
|
||||||
if [ "$has_fomatting_issues" -eq 0 ]; then
|
if [ "$has_fomatting_issues" -eq 0 ]; then
|
||||||
echo "✅ All files are properly formatted! Well done! ^~^"
|
echo "✅ All files are properly formatted! Well done! ^~^"
|
||||||
|
else
|
||||||
|
echo "❌ Formatting issues found in some files :("
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit ${has_fomatting_issues}
|
exit ${has_fomatting_issues}
|
||||||
|
|
Loading…
Add table
Reference in a new issue