Configure clang-tidy job on CI (#6261)

This commit is contained in:
Siarhei Fedartsou
2022-06-28 01:14:28 +02:00
committed by GitHub
parent 79d4363d59
commit 59953172e8
22 changed files with 138 additions and 13 deletions
+1
View File
@@ -10,6 +10,7 @@ dirty=$(git ls-files --modified)
if [[ $dirty ]]; then
echo $MSG
echo $dirty
git diff
exit 1
else
exit 0