REUSE use reuse lint in ci

This commit is contained in:
Tobias Diekershoff 2024-08-24 18:18:04 +02:00
parent 2e1a419b7f
commit dcc6c7d6e9

View file

@ -2,14 +2,8 @@
#
# SPDX-License-Identifier: CC0-1.0
#steps:
# check:
# image: friendicaci/php-cs
# commands:
# - if [ ! -z "$${CI_COMMIT_PULL_REQUEST}" ]; then
# git fetch --no-tags origin ${CI_COMMIT_TARGET_BRANCH};
# export CHANGED_FILES="$(git diff --name-status $(git merge-base FETCH_HEAD origin/${CI_COMMIT_TARGET_BRANCH})..${CI_COMMIT_SHA} | grep -i '\.php$' | cut -f2)";
# else
# export CHANGED_FILES="$(git diff --name-status ${CI_COMMIT_SHA} | grep -i '\.php$' | cut -f2)";
# fi
# - /check-license.sh
steps:
check:
image: fsfe/reuse:latest
commands:
- reuse lint