Skip to content
Snippets Groups Projects
Unverified Commit d6ea9107 authored by Bart Ribbers's avatar Bart Ribbers Committed by Alexey Minnekhanov
Browse files

CI: fix linter checking non-APKBUILDs (!867)

Only check APKBUILD files
parent 7c31d477
Branches
No related tags found
No related merge requests found
Pipeline #195220 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment