parent
7c31d47745
commit
d6ea9107bd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if __name__ == "__main__":
|
|||
|
||||
issues = []
|
||||
for package in packages:
|
||||
if "temp/" in package:
|
||||
if "temp/" in package or "APKBUILD" not in package:
|
||||
continue
|
||||
|
||||
result = subprocess.run(["apkbuild-lint", package], capture_output=True)
|
||||
|
|
Loading…
Reference in a new issue