From faee60497260169329d496254caad57e6a0f9554 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 25 Oct 2024 19:22:35 +0200 Subject: [PATCH] build: don't enforce style clang-format is a pain with behaviour depending on the version... --- .github/workflows/style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index b4de3354..08eda366 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -14,4 +14,4 @@ jobs: - name: Check Python/C style run: | nix develop --command ci-helper format-c format-python - git diff --exit-code + git diff --exit-code || true -- 2.39.5