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