diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a0717e4b3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.go text eol=lf \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4916ffb61..f5c4c6ddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - os: [ubuntu-18.04, macos-10.15] # TODO: pass linters on 'windows-2019' + os: [ubuntu-18.04, macos-10.15, windows-2019] steps: - name: Install Go