ci: Add reuse job

Now that we are Reuse-compliant, check for it during CI to make
sure we remain compliant.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/224>
This commit is contained in:
Florian Müllner
2023-08-17 11:51:48 +00:00
parent b7f285d733
commit 3677931bd2
+8
View File
@@ -94,6 +94,14 @@ check-merge-request:
reports:
junit: check-merge-request-report.xml
check-reuse:
stage: pre_review
image:
name: fsfe/reuse:latest
entrypoint: [""]
script:
- reuse lint
build-fedora-container:
extends:
- .fdo.container-build@fedora@x86_64