diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index d57d0cb..3280876 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -53,6 +53,10 @@ jobs: - name: Add safe git directory uses: Chia-Network/actions/git-mark-workspace-safe@main + - name: disable git autocrlf + run: | + git config --global core.autocrlf false + - uses: actions/checkout@v4 - uses: Chia-Network/actions/setup-python@main