Skip to content

Commit

Permalink
Fix missing TS analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelLH committed Mar 4, 2025
1 parent 7976b1b commit 6a1b83e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
analyse-ts:
name: Analyze TypeScript
name: Analyse TypeScript
runs-on: ubuntu-latest
steps:
- name: Setup Node
Expand All @@ -35,6 +35,8 @@ jobs:
with:
build-mode: none
languages: javascript # includes TS
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

analyse-java:
name: Analyse Java
Expand Down

0 comments on commit 6a1b83e

Please # to comment.