Skip to content

Commit

Permalink
build: avoid line ending problems in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 10, 2020
1 parent d882fd1 commit ed4275b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ step-restore-cache: &step-restore-cache

steps-test: &steps-test
steps:
- run: git config --global core.autocrlf input
- checkout
- *step-restore-cache
- run: yarn
Expand Down

0 comments on commit ed4275b

Please sign in to comment.