Clang Format checks
This commit is contained in:
@@ -44,4 +44,13 @@ jobs:
|
||||
- name: Unit Tests
|
||||
run: |
|
||||
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