diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6122e77de..77b06a6a7 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -52,7 +52,7 @@ jobs: run: npm test - name: Lint - id: lint + if: matrix.os != 'windows-latest' run: npm run lint-ci - name: Upload sarif