Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cc198 commit 5d43bd6Copy full SHA for 5d43bd6
.gitattributes
@@ -1 +1 @@
1
-*.js eol=lf
+* text=auto eol=lf
.github/workflows/tests.yml
@@ -78,8 +78,6 @@ jobs:
78
node: ['10', '16']
79
name: Node ${{ matrix.node }} (Windows)
80
steps:
81
- - name: Configure git line-breaks
82
- run: git config --global core.autocrlf false
83
- name: Checkout Commit
84
uses: actions/checkout@v2
85
- name: Setup Node
0 commit comments