diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 57ec5b230..6862c58a8 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -95,10 +95,11 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Run clang-format style check" - uses: jidicula/clang-format-action@v4.11.0 + uses: DoozyX/clang-format-lint-action@v0.20 with: - clang-format-version: "16" - check-path: "${{ matrix.path }}" + source: ${{matrix.path}} + extensions: 'h,cpp,c,hpp' + clangFormatVersion: 16 unit-tests: name: "Build ${{ matrix.build_type }} with ${{ matrix.cxx }}" runs-on: ubuntu-22.04