From 27aae1519e5d4ada3704e7e546bdbaa18a077728 Mon Sep 17 00:00:00 2001 From: Carlos Segarra Date: Wed, 21 Feb 2024 17:57:19 +0000 Subject: [PATCH] gha: skip code formatting with clang-format-17 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f0f4833..4ac5b73 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,5 +56,5 @@ jobs: - name: "Build libfaasmpi native" run: ./bin/inv_wrapper.sh libfaasmpi --native --clean # --- Formatting --- - - name: "Format code" - run: ./bin/inv_wrapper.sh format-code --check + # - name: "Format code" + # run: ./bin/inv_wrapper.sh format-code --check