Skip to content

Commit

Permalink
ci: enable lint job on Windows (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Sep 27, 2022
1 parent cda803a commit 0d7aab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ workflows:
- lint:
matrix:
parameters:
os: [ linux, macos ]
os: [ linux, macos, "win/default" ]
- build:
<<: *matrix
- test:
Expand Down

0 comments on commit 0d7aab1

Please sign in to comment.