From bb996b9818d5cf2ad06f9ae66c5e2a144f6428f3 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Sun, 19 Oct 2025 23:04:43 +0200 Subject: [PATCH] update echo line in lint_cpp.sh which doesn't lint cpp only at all --- .ci/lint_cpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/lint_cpp.sh b/.ci/lint_cpp.sh index 8b7bf9c72..cfb1e1f07 100755 --- a/.ci/lint_cpp.sh +++ b/.ci/lint_cpp.sh @@ -11,7 +11,7 @@ if ! git merge-base origin/master HEAD; then fi # Check formatting using format.sh -echo "Checking your code using clang-format/cmake-format..." +echo "Checking your code using format.sh..." diff="$(./format.sh --diff --cmake --shell --print-version --branch origin/master)" err=$?