Skip to content

Commit

Permalink
disable git autocrlf
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored May 3, 2024
1 parent 322b828 commit 52d5c55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52d5c55

Please sign in to comment.