Skip to content

Commit

Permalink
disable autocrlf on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed Jun 1, 2024
1 parent d96e148 commit 3223582
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
max-parallel: 3
fail-fast: false
steps:
- name: Disable autocrlf
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout PHP
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3223582

Please sign in to comment.