mirror of
https://github.com/github/codeql-action.git
synced 2026-05-12 17:00:15 +00:00
Nit: Tweak JSDoc for getRawLanguagesNoAutodetect
This commit is contained in:
+1
-1
@@ -407,7 +407,7 @@ export async function getLanguages(
|
||||
return languages;
|
||||
}
|
||||
|
||||
/** Parses the `languages` input into a list of languages without checking if they are supported by CodeQL. */
|
||||
/** Splits the `languages` input into a list of raw languages without checking if they are supported by CodeQL. */
|
||||
export function getRawLanguagesNoAutodetect(
|
||||
languagesInput: string | undefined,
|
||||
): string[] {
|
||||
|
||||
Reference in New Issue
Block a user