CI: enable APKBUILD linting (!860)

This commit is contained in:
Bart Ribbers 2020-01-05 18:05:51 +01:00 committed by Oliver Smith
parent 6b267e8010
commit 7a359510b1
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -80,6 +80,15 @@ aports-static:
- pmbootstrap.cfg
expire_in: 1 week
# APKBUILD linting
aport-lint:
stage: first
image: alpinelinux/apkbuild-lint-tools:latest
script:
- changed-aports $CI_MERGE_REQUEST_TARGET_BRANCH_NAME | lint
only:
- merge_requests
# kernel kconfig check
kernel-kconfig:
stage: first