Enable linter on windows

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko 2020-10-07 15:08:20 -07:00
parent 944e9b70e2
commit 8b03df2dae
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.go text eol=lf

View File

@ -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