main: fix style

This commit is contained in:
Dawid Dziurla 2022-11-08 17:14:31 +01:00
parent 7bec10b9ba
commit a681ceddab
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -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", [