forked from friendica/friendica-addons
Add phpstan in woodpacker
This commit is contained in:
parent
13cffd76db
commit
2741227bfa
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue