Skip to content

Commit

Permalink
Prevent unwaned crlf conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed May 26, 2020
1 parent a466a8d commit 6552269
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v1
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 6552269

Please sign in to comment.