From 2dbc92d399c23caeace7be603fd0cbec497b2aff Mon Sep 17 00:00:00 2001 From: Uwe Date: Sat, 23 Jul 2022 20:25:21 +0200 Subject: [PATCH] [.github] disable clang checks for now see https://github.com/FreeCAD/FreeCAD/pull/7152#issuecomment-1193167296 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 133eafb55f..512c7cc53c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -40,7 +40,7 @@ env: checkBlack: true blackFailSilent: true - checkClangFormat: true + checkClangFormat: false clangStyle: file #for .clang-format file clangFormatFailSilent: true