Skip to content

Commit 814acfa

Browse files
Add find-deadcode to CI linting workflow
1 parent d73276c commit 814acfa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ jobs:
110110
run: |
111111
npm run lint:scenarios
112112
113+
- name: Find deadcode
114+
working-directory: extensions/ql-vscode
115+
run: |
116+
npm run find-deadcode
117+
113118
unit-test:
114119
name: Unit Test
115120
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)