From: Vincent Bernat Date: Fri, 25 Oct 2024 17:22:35 +0000 (+0200) Subject: build: don't enforce style X-Git-Tag: 1.0.19~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=faee60497260169329d496254caad57e6a0f9554;p=thirdparty%2Flldpd.git build: don't enforce style clang-format is a pain with behaviour depending on the version... --- 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