From 094a0adfbe720cdf9330d828b7950f8735afd76f Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 22 Dec 2024 00:58:44 +0100 Subject: [PATCH] CI: apply clang-format also to tests and utils folders --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5851f58da..12fd58cd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -125,7 +125,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: run clang-format - uses: jidicula/clang-format-action@v4 + uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: "15" check-path: ${{ matrix.path }}