diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 0caff79..2c893a6 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -7,8 +7,8 @@ jobs: strategy: matrix: path: - - 'include' - - 'lib' + - 'quantum/include' + - 'quantum/lib' steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs.