typo
Some checks failed
Bigfoot / Build & Test Debug (Unity Build: OFF) (push) Successful in 24s
Bigfoot / Build & Test Debug (Unity Build: ON) (push) Successful in 26s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: OFF) (push) Successful in 26s
Bigfoot / Build & Test Release (Unity Build: OFF) (push) Successful in 20s
Bigfoot / Build & Test Release (Unity Build: ON) (push) Successful in 17s
Bigfoot / clang-format (push) Failing after 1s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: ON) (push) Successful in 25s

This commit is contained in:
2026-01-28 15:35:45 +01:00
parent 2d136f1335
commit 987ee4987b

View File

@@ -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
- name: Clang Format Checkout
run: chmod +x format.sh && ./format.sh Bigfoot checker