Add find-deadcode to CI linting workflow

This commit is contained in:
Robert 2023-07-21 14:56:02 +01:00
Родитель d73276c136
Коммит 814acfa74a
1 изменённых файлов: 5 добавлений и 0 удалений

5
.github/workflows/main.yml поставляемый
Просмотреть файл

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