From 324d86856753dcaf89425eb6ce63d9543620f735 Mon Sep 17 00:00:00 2001 From: Graham Harper Date: Sat, 28 Oct 2023 16:47:43 -0600 Subject: [PATCH] MueLu: Fix complaints about invalid workflow file because it is unhappy with comments --- .github/workflows/muelu_clangd_format.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/muelu_clangd_format.yml b/.github/workflows/muelu_clangd_format.yml index 39567b2b1b53..f665f5d72ee8 100644 --- a/.github/workflows/muelu_clangd_format.yml +++ b/.github/workflows/muelu_clangd_format.yml @@ -13,7 +13,6 @@ jobs: source: './packages/muelu/src' exclude: './lib' extensions: 'cpp,hpp' - # the action uses clang-format 8.0.1 when clang-format 8 is specified clangFormatVersion: 8 style: file inplace: False \ No newline at end of file