diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 47d0701..0c8f756 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -44,4 +44,13 @@ jobs: - name: Unit Tests run: | cd ./build/${{ matrix.build_type }} - xvfb-run ctest . --output-on-failure \ No newline at end of file + 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