]> git.mxchange.org Git - friendica.git/commitdiff
try making php-lint faster..
authorPhilipp <admin@philipp.info>
Fri, 28 Jul 2023 17:02:08 +0000 (19:02 +0200)
committerPhilipp <admin@philipp.info>
Fri, 28 Jul 2023 17:02:08 +0000 (19:02 +0200)
.woodpecker/.phpunit.yml

index 290da6b70609122a6bd9c4501408f93560476343..302bd911d726f0d86d95c20386c4777ec48b7d33 100644 (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: