Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix: prevent modifying lf to crlf on checkout on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fox1t committed Feb 17, 2020
1 parent b1ae9b4 commit f297723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
# node-version: 13.x
steps:
- uses: actions/checkout@v1
run: |
git config --global core.autocrlf false
- name: Use Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit f297723

Please sign in to comment.