diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74d620d..4e941e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,8 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Mark repo safe in non-fake global config - run: git config --global --add safe.directory "${GITHUB_WORKSPACE}" + # - name: Mark repo safe in non-fake global config + # run: git config --global --add safe.directory "${GITHUB_WORKSPACE}" # - name: Setup swift-format # run: | # cd ..