Skip to content

Commit 7f7e539

Browse files
committedJun 29, 2024
CI: Check SPDX license information
1 parent 17cfe52 commit 7f7e539

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.gitlab-ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,14 @@ code-spelling-check:
3030
script:
3131
- codespell
3232
--ignore-words-list ans,nd,ba,ser,elemente
33+
34+
# Check SPDX compliance of license information
35+
reuse:
36+
stage: .pre
37+
image:
38+
name: docker.io/fsfe/reuse:latest
39+
entrypoint: [""]
40+
tags: [duneci]
41+
before_script: ""
42+
script:
43+
- reuse lint

0 commit comments

Comments
 (0)