Add find-deadcode to CI linting workflow
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -110,6 +110,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm run lint:scenarios
|
npm run lint:scenarios
|
||||||
|
|
||||||
|
- name: Find deadcode
|
||||||
|
working-directory: extensions/ql-vscode
|
||||||
|
run: |
|
||||||
|
npm run find-deadcode
|
||||||
|
|
||||||
unit-test:
|
unit-test:
|
||||||
name: Unit Test
|
name: Unit Test
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user