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

Commit

Permalink
fix: add autocrlf also to npm pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fox1t committed Feb 17, 2020
1 parent 68df984 commit 8015eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
# - os: windows-latest
# node-version: 13.x
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit 8015eae

Please sign in to comment.