From 715a2b911ba0ee5870fa06a907f6aa5f8ba28f6b Mon Sep 17 00:00:00 2001 From: matt335672 <30179339+matt335672@users.noreply.github.com> Date: Tue, 28 May 2024 11:16:48 +0100 Subject: [PATCH] Trial run with exhaustive checks --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f98170d835..f66f624d73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -200,7 +200,7 @@ jobs: - run: ./bootstrap - run: ./configure - run: scripts/install_cppcheck.sh $CPPCHECK_REPO $CPPCHECK_VER - - run: scripts/run_cppcheck.sh -v $CPPCHECK_VER + - run: scripts/run_cppcheck.sh -v $CPPCHECK_VER -f code_formatting_check: name: code formatting check