Try and get Lintian to pass
This commit is contained in:
parent
9e9bd6b257
commit
1aa4b1952f
12
main.js
12
main.js
|
@ -189,9 +189,15 @@ async function main() {
|
|||
|
||||
core.startGroup("Run static analysis")
|
||||
await exec.exec("docker", ["exec", container].concat(
|
||||
["lintian"]
|
||||
.concat(lintianOpts)
|
||||
.concat("*" + targetArchitecture + ".changes")
|
||||
[
|
||||
"find",
|
||||
buildDirectory,
|
||||
"-maxdepth", "1",
|
||||
"-name", `*${targetArchitecture}.changes`,
|
||||
"-type", "f",
|
||||
"-print",
|
||||
"-exec"
|
||||
]).concat(["lintian"]).concat(lintianOpts).concat(["{}", ";"]
|
||||
))
|
||||
core.endGroup()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue