Skip to content

Commit 8b03df2

Browse files
committed
Enable linter on windows
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 944e9b7 commit 8b03df2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.go text eol=lf

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
os: [ubuntu-18.04, macos-10.15] # TODO: pass linters on 'windows-2019'
23+
os: [ubuntu-18.04, macos-10.15, windows-2019]
2424

2525
steps:
2626
- name: Install Go

0 commit comments

Comments
 (0)