[.github] disable clang checks for now

see https://github.com/FreeCAD/FreeCAD/pull/7152#issuecomment-1193167296
This commit is contained in:
Uwe
2022-07-23 20:25:21 +02:00
parent 057e90bf29
commit 2dbc92d399

View File

@@ -40,7 +40,7 @@ env:
checkBlack: true
blackFailSilent: true
checkClangFormat: true
checkClangFormat: false
clangStyle: file #for .clang-format file
clangFormatFailSilent: true