Skip to content

Commit d8905c2

Browse files
committed
Don't run linter in CI on Windows
It isn't working, and this PR didn't break it. Let's fix it in a separate PR.
1 parent a2df83b commit d8905c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: npm test
5353

5454
- name: Lint
55-
id: lint
55+
if: matrix.os != 'windows-latest'
5656
run: npm run lint-ci
5757

5858
- name: Upload sarif

0 commit comments

Comments
 (0)