Skip to content

Commit 179c911

Browse files
ci: skip lint checks on windows
1 parent 5af3899 commit 179c911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
CI: true
4141

4242
- name: Lint
43+
if: ${{ matrix.platform != 'windows-latest' }}
4344
run: npm run lint
4445
env:
4546
CI: true

0 commit comments

Comments
 (0)