mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Optimize PHP-CS check
This commit is contained in:
parent
a65c1502fb
commit
3e00fcd1ca
1 changed files with 4 additions and 9 deletions
13
.drone.yml
13
.drone.yml
|
@ -47,22 +47,17 @@ kind: pipeline
|
|||
type: docker
|
||||
name: php-cs check
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- pull_request
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
image: composer
|
||||
commands:
|
||||
- ./bin/composer.phar run cs:install
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
- pull_request
|
||||
|
||||
- name: Run coding standards check
|
||||
image: friendicaci/php-cs
|
||||
commands:
|
||||
- export CHANGED_FILES="$(git diff --name-status ${DRONE_COMMIT_BEFORE}..${DRONE_COMMIT_AFTER} | grep ^A | cut -f2)"
|
||||
- /check-php-cs.sh
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
- pull_request
|
||||
|
|
Loading…
Reference in a new issue