CI: enable APKBUILD linting (!860)
This commit is contained in:
parent
6b267e8010
commit
7a359510b1
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue