From fdcfd8704b527146ed1c50c9ac5d9272d6483b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Fri, 19 Sep 2025 13:42:47 +0200 Subject: [PATCH] Mark git directory as safe for formatting job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eae7d52b71..b39027089f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,6 +136,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - run: git config --global --add safe.directory $PWD - name: Run clang-format run: scripts/check-code-formatting check-changelog-formatting: