Skip to content

Commit 882667e

Browse files
redsun82Copilot
andauthored
Update src/util.ts
Co-authored-by: Copilot <[email protected]>
1 parent e0b9da7 commit 882667e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ export function isGoodVersion(versionSpec: string) {
764764
/**
765765
* Returns whether we are in test mode. This is used by CodeQL Action PR checks.
766766
*
767-
* In test mode, we several uploads (SARIF results, status reports, DBs, ...).
767+
* In test mode, we skip several uploads (SARIF results, status reports, DBs, ...).
768768
*/
769769
export function isInTestMode(): boolean {
770770
return process.env[EnvVar.TEST_MODE] === "true";

0 commit comments

Comments
 (0)