enforce SPDX headers by using reuse in CI pipeline
This commit is contained in:
parent
13393609ec
commit
98718a5dd4
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
reuse:
|
||||
image:
|
||||
name: fsfe/reuse:latest
|
||||
entrypoint: [""]
|
||||
script:
|
||||
- reuse lint
|
||||
|
||||
docker-build:
|
||||
image: docker:latest
|
||||
stage: build
|
||||
|
|
Loading…
Reference in a new issue