From 987ee4987b050ee734027f8ea8e4fa5b36547fa4 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Wed, 28 Jan 2026 15:35:45 +0100 Subject: [PATCH] typo --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0c8f756..af12576 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -45,12 +45,12 @@ jobs: run: | cd ./build/${{ matrix.build_type }} xvfb-run ctest . --output-on-failure - + clang-format: runs-on: ubuntu-latest timeout-minutes: 120 container: image: git.romainboullard.com/bigfootdev/linuxbigfootbuilder:main steps: - name: Clang Format Checkout - run: chmod +x format.sh && ./format.sh Bigfoot checker \ No newline at end of file + - name: Clang Format Checkout + run: chmod +x format.sh && ./format.sh Bigfoot checker \ No newline at end of file