Skip to content

Commit 98c94da

Browse files
authored
Silence CodeQL JavaScript / TypeScript errors [VS-1777] (#9304)
* CodeQL was enabled on all public Broad repositories. Since this repository contains no JavaScript / TypeScript, CodeQL always fails. Because of this we have to add a workaround here so it does not fail and our checks all come up nice and green.
1 parent 5ed95a2 commit 98c94da

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
`
2+
3+
This file exists solely to prevent CodeQL from failing its "Analyze (javascript-typescript)" action with:
4+
5+
CodeQL detected code written in Java/Kotlin, Python and GitHub Actions, but not any written in JavaScript/TypeScript. Confirm that there is some source code for JavaScript/TypeScript in the project.
6+
7+
Because apart from the contents of this file, there is currently no JavaScript or TypeScript in the GATK repo.
8+
9+
`;

0 commit comments

Comments
 (0)