7 lines
215 B
YAML
7 lines
215 B
YAML
|
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
|