try making php-lint faster..

This commit is contained in:
Philipp Holzer 2023-07-28 19:02:08 +02:00
parent bed13f71bd
commit 8ee58aaf18
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ steps:
image: php:${PHP_MAJOR_VERSION}
group: lint
commands:
- ./bin/composer.phar run lint
- find . -name \*.php -not -path './vendor/*' -not -path './view/asset/*' -print0 | xargs -0 -n1 php -l
restore_cache:
image: meltwater/drone-cache:dev
settings: