Added manually triggered clang-format action

# Conflicts:
#	.github/workflows/clang-format_update.yaml
This commit is contained in:
John Wellbelove 2026-04-03 16:46:42 +01:00
parent bd6e55b12e
commit 2059c5b657

View File

@ -16,5 +16,6 @@ jobs:
sudo apt-get install -y --no-install-recommends clang-format
clang-format --version
- name: Run clang-format
run: |
find . \( -name '*.cpp' -o -name '*.h' -o -name '*.c' \) | xargs clang-format --dry-run --Werror
find . \( -name '*.cpp' -o -name '*.h' -o -name '*.c' \) | xargs clang-format --dry-run --Werror