From 43fcf1b0359e41d6b5eea6b76f009d117027deb7 Mon Sep 17 00:00:00 2001 From: Ioannis Tzavaras Date: Sun, 29 Mar 2026 12:59:48 +0300 Subject: [PATCH] CI/build: remove commented-out clang-format action (#13893) --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ec558ed4..a41f41e40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,11 +52,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - # - name: clang-format check - # uses: jidicula/clang-format-action@v4.16.0 - # with: - # exclude-regex: ^subprojects$ - - name: Install clang-format run: | pacman --noconfirm --noprogressbar -Syyu