mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 03:00:13 +08:00
Apply suggestions from code review
Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
@@ -188,7 +188,7 @@ export async function installPythonDeps(codeql: CodeQL, logger: Logger) {
|
||||
|
||||
if (process.platform === "darwin") {
|
||||
logger.info(
|
||||
"Currently, auto-installing python dependancies is not supported on MacOS"
|
||||
"Currently, auto-installing python dependencies is not supported on MacOS"
|
||||
);
|
||||
logger.endGroup();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user