Added manually triggered clang-format action

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

View File

@ -18,4 +18,4 @@ jobs:
- 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