Skip to content

Commit

Permalink
Merge pull request #4 from akhilerm/fix-windows-linter
Browse files Browse the repository at this point in the history
enable linter on windows
  • Loading branch information
dmcgowan committed Jan 19, 2024
2 parents 8ee19d0 + f6dd384 commit d9a63aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.go text eol=lf
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-12, windows-2022]

steps:
- uses: actions/setup-go@v4
Expand Down

0 comments on commit d9a63aa

Please sign in to comment.