build: Enable linting in the build

This commit is contained in:
Andrew Eisenberg
2020-03-24 14:32:14 -07:00
committed by Andrew Eisenberg
parent bb28dafc43
commit 130d3c09e3
3 changed files with 16 additions and 14 deletions

View File

@@ -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