We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763b998 commit 0bd5bf2Copy full SHA for 0bd5bf2
.gitattributes
@@ -1 +1,3 @@
1
go.sum linguist-generated
2
+* text=auto eol=lf
3
+*.ps1 text eol=crlf
.github/workflows/pr.yml
@@ -44,7 +44,6 @@ jobs:
44
go-version: 1.15 # test only the latest go version to speed up CI
45
- name: Run tests
46
run: make.exe test
47
- continue-on-error: true
48
tests-on-macos:
49
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
50
runs-on: macos-latest
0 commit comments