ci: add find in include directory

This commit is contained in:
2026-04-28 12:13:10 +08:00
parent a526d37f97
commit b88bc30756

View File

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