Fix linter violations
This commit is contained in:
parent
82a8fa443e
commit
45dd5ee97d
3 changed files with 2 additions and 3 deletions
|
|
@ -100,7 +100,6 @@ async function run() {
|
|||
logger
|
||||
);
|
||||
stats = { ...queriesStats, ...uploadStats };
|
||||
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
console.log(error);
|
||||
|
|
|
|||
|
|
@ -391,7 +391,7 @@ program
|
|||
logger.info("Not uploading results");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
const gitHubVersion = await getGitHubVersion(apiDetails);
|
||||
await upload_lib.uploadFromRunner(
|
||||
outputDir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue