fix(ci): update header file pattern in clang-format check

This commit is contained in:
2026-06-30 11:46:50 +08:00
parent 720f9fe0c1
commit ea2ab1a53a

View File

@@ -14,4 +14,4 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run clang-format - name: Run clang-format
run: | run: |
find src include -name '*.cpp' -o -name '*.h' -print0 | xargs -0 clang-format --dry-run --Werror find src include -name '*.cpp' -o -name '*.hpp' -print0 | xargs -0 clang-format --dry-run --Werror