mirror of
https://github.com/friendica/friendica
synced 2025-02-22 02:06:48 +00:00
Check phpmd with woodpecker
This commit is contained in:
parent
9c7577c5c2
commit
f3aa937ce2
1 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,7 @@ steps:
|
||||||
- '.composer'
|
- '.composer'
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/drone-cache:/tmp/cache
|
- /tmp/drone-cache:/tmp/cache
|
||||||
check:
|
code_style:
|
||||||
image: php:8.3
|
image: php:8.3
|
||||||
commands:
|
commands:
|
||||||
- echo "**** Use bin/dev/fix-codestyle.sh in case of errors ****"
|
- echo "**** Use bin/dev/fix-codestyle.sh in case of errors ****"
|
||||||
|
@ -54,3 +54,7 @@ steps:
|
||||||
EXTRA_ARGS='';
|
EXTRA_ARGS='';
|
||||||
fi
|
fi
|
||||||
- ./bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer check --config=.php-cs-fixer.dist.php -v --diff --using-cache=no $${EXTRA_ARGS}
|
- ./bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer check --config=.php-cs-fixer.dist.php -v --diff --using-cache=no $${EXTRA_ARGS}
|
||||||
|
phpmd:
|
||||||
|
image: php:8.3
|
||||||
|
commands:
|
||||||
|
- ./bin/composer.phar run phpmd
|
||||||
|
|
Loading…
Add table
Reference in a new issue