Skip to content

Commit

Permalink
Remove core.autocrlf config on CI (#12731)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Apr 25, 2022
1 parent 9342a23 commit e9f6610
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/nodejs.yml
Expand Up @@ -111,9 +111,7 @@ jobs:
steps:
- name: Set git config
shell: bash
run: |
git config --global core.autocrlf false
git config --global core.symlinks true
run: git config --global core.symlinks true
if: runner.os == 'Windows'
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -144,9 +142,7 @@ jobs:
steps:
- name: Set git config
shell: bash
run: |
git config --global core.autocrlf false
git config --global core.symlinks true
run: git config --global core.symlinks true
if: runner.os == 'Windows'
- uses: actions/checkout@v3
- name: Use Node.js LTS
Expand Down

0 comments on commit e9f6610

Please sign in to comment.