Add clang-format
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Sebastian Ranoszek 2025-04-04 19:22:17 +02:00
parent 6bf852f010
commit 991eddcbfe

View file

@ -52,6 +52,7 @@ steps:
- name: Confirm-Build
image: alpine
commands:
- apk add --no-cache g++ libc-dev git clang clang-extra-tools
- echo "Checking for changes..."
- git add .
- git diff --cached --quiet || (git commit -m "Apply clang-format changes [skip ci]" && git push origin HEAD)