Skip to content

Commit f6dd384

Browse files
committed
enable linter on windows
Signed-off-by: Akhil Mohan <[email protected]>
1 parent 8ee19d0 commit f6dd384

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
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
os: [ubuntu-22.04, macos-12]
32+
os: [ubuntu-22.04, macos-12, windows-2022]
3333

3434
steps:
3535
- uses: actions/setup-go@v4

0 commit comments

Comments
 (0)