diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 01d132f..30795b6 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -12,4 +12,4 @@ jobs: - uses: actions/checkout@v4 - name: Run clang-format run: | - find src -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 '*.h' -print0 | xargs -0 clang-format --dry-run --Werror \ No newline at end of file