We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14d3f7 commit c72a550Copy full SHA for c72a550
.github/workflows/test.yml
@@ -60,6 +60,7 @@ jobs:
60
cd ../tests; npm install
61
62
- name: Linter check
63
+ if: ${{ !contains(matrix.os, 'windows') }}
64
working-directory: javascript
65
run: |
66
yarn lint:check
0 commit comments