summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-07-27 12:19:28 (GMT)
committerThomas Haller <thaller@redhat.com>2023-07-27 12:19:28 (GMT)
commit06dc5ae0e71d22d01a161448418d123f860a54a3 (patch)
treebd9f5d8870f6b59d55511d586f87bf28d8f17e5a
parent7738f239c242c0887bb501285ee2c744dd492a6a (diff)
downloadlibnl-06dc5ae0e71d22d01a161448418d123f860a54a3.zip
libnl-06dc5ae0e71d22d01a161448418d123f860a54a3.tar.gz
libnl-06dc5ae0e71d22d01a161448418d123f860a54a3.tar.bz2
github: fix format checking with clang-format
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6dae08e..04316d3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
- name: Formatting with clang-format
run: |
clang-format --version
- ./tools/clang-format.sh
+ ./tools/clang-format.sh -n
ci:
strategy: