Skip to content

Commit

Permalink
build: fix git line breaks on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Dec 17, 2021
1 parent 28cc198 commit 22efec1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
@@ -1 +1 @@
*.js eol=lf
* text=auto eol=lf
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -78,8 +78,6 @@ jobs:
node: ['10', '16']
name: Node ${{ matrix.node }} (Windows)
steps:
- name: Configure git line-breaks
run: git config --global core.autocrlf false
- name: Checkout Commit
uses: actions/checkout@v2
- name: Setup Node
Expand Down

0 comments on commit 22efec1

Please sign in to comment.