friendica/.woodpecker/.license_check.yml

7 lines
215 B
YAML
Raw Normal View History

2022-01-06 21:54:40 +01:00
pipeline:
check:
image: friendicaci/php-cs
commands:
- export CHANGED_FILES="$(git diff --name-status ${CI_PREV_COMMIT_SHA}..${CI_COMMIT_SHA} | grep -i '\.php$' | cut -f2)"
- /check-license.sh