Skip to content
Snippets Groups Projects
Commit 178c2152 authored by Huste, Tobias's avatar Huste, Tobias :rabbit:
Browse files

Lint license compliance via GitLab CI

parent 824b2254
No related branches found
No related tags found
1 merge request!14Draft: Resolve "Add license according to analysis project"
Pipeline #115621 passed
# SPDX-FileCopyrightText: 2021 Deutsches Elektronen-Synchrotron DESY
# SPDX-FileCopyrightText: 2021 Deutsches Zentrum für Luft- und Raumfahrt e. V. (DLR)
# SPDX-FileCopyrightText: 2021 Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
# SPDX-FileCopyrightText: 2021 Helmholtz-Zentrum Dresden - Rossendorf e. V.
# SPDX-FileCopyrightText: 2021 Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum - GFZ
# SPDX-FileCopyrightText: 2021 Helmholtz-Zentrum für Umweltforschung GmbH - UFZ
#
# SPDX-License-Identifier: MIT
stages:
- lint
license:compliance:
image: python:3.10
stage: lint
before_script:
- pip install reuse
script:
- reuse lint
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