Add find-deadcode to CI linting workflow

This commit is contained in:
Robert
2023-07-21 14:56:02 +01:00
parent d73276c136
commit 814acfa74a

View File

@@ -110,6 +110,11 @@ jobs:
run: |
npm run lint:scenarios
- name: Find deadcode
working-directory: extensions/ql-vscode
run: |
npm run find-deadcode
unit-test:
name: Unit Test
runs-on: ${{ matrix.os }}