Changed language to TypeScript.

This commit is contained in:
Keanu Timmermans 2020-08-20 13:08:33 +02:00 committed by GitHub
parent 73033ec694
commit 69edd92924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# with:
# languages: go, javascript, csharp, python, cpp, java
with:
languages: typescript
- name: Autobuild
uses: github/codeql-action/autobuild@v1