]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: don't enforce style
authorVincent Bernat <vincent@bernat.ch>
Fri, 25 Oct 2024 17:22:35 +0000 (19:22 +0200)
committerVincent Bernat <vincent@bernat.ch>
Fri, 25 Oct 2024 17:22:35 +0000 (19:22 +0200)
clang-format is a pain with behaviour depending on the version...

.github/workflows/style.yml

index b4de3354ee2db362f396fe351a26212de66198db..08eda366902405f694e70147038605efbe0c3450 100644 (file)
@@ -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