diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c34d2f7b1c..a6540d1fda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,10 @@ check-DEVELOPERS: script: - "! utils/get-developers | grep -v 'No action specified'" +check-package: + script: + - find . -type f -name '*.mk' -exec ./utils/check-package {} + + .defconfig: &defconfig # Running the defconfigs for every push is too much, so limit to # explicit triggers through the API. |