fix: removed ts from codeql

Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
Adithya Krishna
2023-08-21 22:42:45 +05:30
parent 083f3e7108
commit 617143a47f

View File

@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
language: [ 'javascript', 'typescript' ]
language: [ 'javascript' ]
steps:
- name: Checkout repository