diff --git a/.github/workflows/cpp_style_checks.yml b/.github/workflows/cpp_style_checks.yml index 89ba110ccf..b16530f967 100644 --- a/.github/workflows/cpp_style_checks.yml +++ b/.github/workflows/cpp_style_checks.yml @@ -16,7 +16,12 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v3.1.0 + uses: jidicula/clang-format-action@v3.5.1 with: clang-format-version: '11' check-path: 'libsyclinterface' + - name: Run clang-format style check for api headers. + uses: jidicula/clang-format-action@v3.5.1 + with: + clang-format-version: '11' + check-path: 'dpctl/apis'