From 8b03df2dae14c6ce4159ac9b40022a19d0d9e827 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Wed, 7 Oct 2020 15:08:20 -0700 Subject: [PATCH] Enable linter on windows Signed-off-by: Maksym Pavlenko --- .gitattributes | 1 + .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes 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