Clang Format checks

This commit is contained in:
2026-01-28 15:33:55 +01:00
parent 6cd9801ef7
commit 2d136f1335

View File

@@ -45,3 +45,12 @@ jobs:
run: | run: |
cd ./build/${{ matrix.build_type }} cd ./build/${{ matrix.build_type }}
xvfb-run ctest . --output-on-failure 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