Skip to content

Commit

Permalink
ci: checkout code with LF line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Apr 18, 2024
1 parent d9c9750 commit d12f4bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:

- name: Set Git to use LF line endings
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit d12f4bb

Please sign in to comment.