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: