mirror of
https://github.com/github/codeql-action.git
synced 2026-04-17 04:23:16 +00:00
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.
This commit is contained in:
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user