From a681ceddabd3465c1ecb9996ed1513dd0459d579 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 8 Nov 2022 17:14:31 +0100 Subject: [PATCH] main: fix style --- main.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.js b/main.js index 6842f7a..a64c2c3 100644 --- a/main.js +++ b/main.js @@ -74,7 +74,7 @@ async function main() { buildDirectory: buildDirectory, artifactsDirectory: artifactsDirectory, lintianOpts: lintianOpts, - lintianRun: lintianRun + lintianRun: lintianRun } console.log(details) core.endGroup() @@ -189,12 +189,12 @@ async function main() { ]) core.endGroup() - if (lintianRun){ + if (lintianRun) { core.startGroup("Run static analysis") await exec.exec("docker", [ "exec", container, - "find", + "find", buildDirectory, "-maxdepth", "1", "-name", `*${version}*.changes`, @@ -203,7 +203,7 @@ async function main() { "-exec", "lintian", lintianOpts, "{}", "\+" ]) core.endGroup() - } + } core.startGroup("Install built packages") await exec.exec("docker", [