Skip to content

Commit ba291d4

Browse files
fix(ci): remove javascript-typescript from CodeQL workflow
Remove unnecessary JS/TS check from CodeQL CI/CD workflow since verisimiser is a Rust-only project. This allows CodeQL to pass without errors. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 166b437 commit ba291d4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
include:
33-
- language: javascript-typescript
34-
build-mode: none
32+
language: [rust]
3533

3634
steps:
3735
- name: Checkout

0 commit comments

Comments
 (0)