Skip to content
Snippets Groups Projects
Commit e26148c0 authored by Simon McVittie's avatar Simon McVittie
Browse files

CI: Run `reuse lint` to check copyright/licensing info

parent 3f6a7ade
No related branches found
No related tags found
1 merge request!332Add licensing information in REUSE format
Pipeline #15140 passed
......@@ -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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment