From e5e9320597b482c5719a02df3441a257e8efd482 Mon Sep 17 00:00:00 2001 From: Paul Dechamps <paul.dechamps@uliege.be> Date: Mon, 28 Oct 2024 00:20:55 +0100 Subject: [PATCH] (fix) Fixed format call --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8647df9..e27ade9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ format: stage: build script: - clang-format --version # we use clang-format-10 exclusively - - ./format/format_cf11.py + - ./format/format.py - mkdir -p patches - if git diff --patch --exit-code > patches/clang-format.patch; then echo "Clang format changed nothing"; else echo "Clang format found changes to make!"; false; fi artifacts: -- GitLab