]> git.mxchange.org Git - friendica.git/commitdiff
Check phpmd with woodpecker
authorArt4 <art4@wlabs.de>
Thu, 23 Jan 2025 14:28:50 +0000 (14:28 +0000)
committerArt4 <art4@wlabs.de>
Thu, 23 Jan 2025 14:28:50 +0000 (14:28 +0000)
.woodpecker/.code_standards_check.yml

index 1217ea3f0b0f9a88df5345e93f99ec190be5c6f0..6ec1b720f2109be28fab6e06c7d0912b6d282358 100644 (file)
@@ -36,7 +36,7 @@ steps:
         - '.composer'
     volumes:
       - /tmp/drone-cache:/tmp/cache
-  check:
+  code_style:
     image: php:8.3
     commands:
       - echo "**** Use bin/dev/fix-codestyle.sh in case of errors ****"
@@ -54,3 +54,7 @@ steps:
           EXTRA_ARGS='';
         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}
+  phpmd:
+    image: php:8.3
+    commands:
+      - ./bin/composer.phar run phpmd