From e26148c0d94116fa4c39634f1b0ec05e5dd66625 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Fri, 2 Jul 2021 16:18:23 +0100 Subject: [PATCH] CI: Run `reuse lint` to check copyright/licensing info Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index f0092888b..d4e5d0b75 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -460,4 +460,17 @@ deploy: --ssh-private-key="$PRESSURE_VESSEL_CI_UPLOAD_SSH_PRIVATE_KEY_FILE" \ ${NULL+} +reuse: + stage: test + tags: + - docker + - linux + needs: [] + image: + name: fsfe/reuse:latest + entrypoint: [""] + before_script: [] + script: + - reuse lint + # vim:set sw=4 sts=4 et: -- GitLab