]> git.mxchange.org Git - friendica-addons.git/commitdiff
Add phpstan in woodpacker
authorArt4 <art4@wlabs.de>
Wed, 22 Jan 2025 08:42:18 +0000 (08:42 +0000)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 23 Jan 2025 13:27:48 +0000 (08:27 -0500)
.woodpecker/.code_standards_check.yml

index 50872d4c6b2a17e811ea9618bde60c083ae4331e..60a1bd2ac5401f8c6a5e7f82454d0c2e7b9d1745 100644 (file)
@@ -56,6 +56,10 @@ steps:
       - /tmp/drone-cache:/tmp/cache
     when:
       event: pull_request
+  phpstan:
+    image: friendicaci/php8.3:php8.3.3
+    commands:
+      - ./bin/composer.phar run phpstan;
   check:
     image: friendicaci/php-cs
     commands: