enforce SPDX headers by using reuse in CI pipeline

This commit is contained in:
Tobias Schmidl 2023-01-13 19:24:50 +01:00
parent 13393609ec
commit 98718a5dd4

View file

@ -1,6 +1,13 @@
# SPDX-FileCopyrightText: 2023 Tobias Schmidl # SPDX-FileCopyrightText: 2023 Tobias Schmidl
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
reuse:
image:
name: fsfe/reuse:latest
entrypoint: [""]
script:
- reuse lint
docker-build: docker-build:
image: docker:latest image: docker:latest
stage: build stage: build