From ea2ab1a53a6da24500c3ce1761854e1191d491b4 Mon Sep 17 00:00:00 2001 From: zhenyan121 <3367366583@qq.com> Date: Tue, 30 Jun 2026 11:46:50 +0800 Subject: [PATCH] fix(ci): update header file pattern in clang-format check --- .github/workflows/format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 2db1a09..9dbd6d2 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -14,4 +14,4 @@ jobs: - uses: actions/checkout@v4 - name: Run clang-format run: | - find src include -name '*.cpp' -o -name '*.h' -print0 | xargs -0 clang-format --dry-run --Werror \ No newline at end of file + find src include -name '*.cpp' -o -name '*.hpp' -print0 | xargs -0 clang-format --dry-run --Werror \ No newline at end of file