This commit is contained in:
parent
144cef20c8
commit
7de53dc6b8
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ steps:
|
||||||
- |
|
- |
|
||||||
set -e
|
set -e
|
||||||
clang-format --version
|
clang-format --version
|
||||||
|
|
||||||
has_fomatting_issues=0
|
has_fomatting_issues=0
|
||||||
|
|
||||||
find ./modules -name '*.?pp' | while read -r file; do
|
find ./modules -name '*.?pp' | while read -r file; do
|
||||||
|
@ -28,7 +27,7 @@ steps:
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$has_errors" -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! ^~^"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue