Fix auto test failed due to autocrlf

pull/1477/head^2
Louis Lam 2 years ago
parent 8d0446dc38
commit 2642e70fc8

@ -20,6 +20,7 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- run: git config --global core.autocrlf false # Mainly for Windows
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}

Loading…
Cancel
Save