From 25c3821c58245e2e78606ac6c3e4cb3815d299f4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 6 May 2020 23:15:50 +0200 Subject: [PATCH] CI: Add pkgcheck. --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2971c1d..07634b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,12 @@ steps: commands: - repoman full --include-dev --xmlparse +- name: pkgcheck + image: tastytea/repoman + pull: always + commands: + - pkgcheck scan --net + - name: notify image: drillster/drone-email pull: always