Skip to content

Commit 0d7aab1

Browse files
authored
ci: enable lint job on Windows (#32)
1 parent cda803a commit 0d7aab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ workflows:
223223
- lint:
224224
matrix:
225225
parameters:
226-
os: [ linux, macos ]
226+
os: [ linux, macos, "win/default" ]
227227
- build:
228228
<<: *matrix
229229
- test:

0 commit comments

Comments
 (0)