Add phpstan in woodpacker

This commit is contained in:
Art4 2025-01-22 08:42:18 +00:00
parent 0c96d0f4bb
commit cc3b87b475

View 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: