build: Enable linting in the build
This commit is contained in:
committed by
Andrew Eisenberg
parent
bb28dafc43
commit
130d3c09e3
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -62,6 +62,11 @@ jobs:
|
||||
npm run build-ci
|
||||
shell: bash
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
cd extensions/ql-vscode
|
||||
npm run lint
|
||||
|
||||
- name: Install CodeQL
|
||||
run: |
|
||||
mkdir codeql-home
|
||||
|
||||
Reference in New Issue
Block a user