Skip to content

Commit 0bd5bf2

Browse files
committed
Ignore crlf on windows
1 parent 763b998 commit 0bd5bf2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
go.sum linguist-generated
2+
* text=auto eol=lf
3+
*.ps1 text eol=crlf

.github/workflows/pr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
go-version: 1.15 # test only the latest go version to speed up CI
4545
- name: Run tests
4646
run: make.exe test
47-
continue-on-error: true
4847
tests-on-macos:
4948
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
5049
runs-on: macos-latest

0 commit comments

Comments
 (0)