Skip to content

Commit c72a550

Browse files
committed
Don't lint on Windows
1 parent d14d3f7 commit c72a550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
cd ../tests; npm install
6161
6262
- name: Linter check
63+
if: ${{ !contains(matrix.os, 'windows') }}
6364
working-directory: javascript
6465
run: |
6566
yarn lint:check

0 commit comments

Comments
 (0)