Clang Format checks
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user