From 5dab0b6262ebd27b533d0b4e251cdb8fd4c99c55 Mon Sep 17 00:00:00 2001 From: freasy Date: Sun, 1 Oct 2023 08:49:34 +0200 Subject: [PATCH] fix check path --- .github/workflows/clang-format.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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