diff --git a/.github/workflows/clang-format.yaml b/.github/workflows/clang-format.yaml index 0b16f8f98..1ea2c95f7 100644 --- a/.github/workflows/clang-format.yaml +++ b/.github/workflows/clang-format.yaml @@ -20,6 +20,6 @@ jobs: uses: jidicula/clang-format-action@v4.11.0 with: clang-format-version: '16' - check-path: ${{ matrix.path }} + check-path: ${{ matrix.path['check'] }} exclude-regex: ${{ matrix.path['exclude'] }} fallback-style: 'WebKit' # optional