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
committed by Mythie
parent 10330872e1
commit 96ae622f95

View File

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