Add phpstan in woodpacker
parent
13cffd76db
commit
2741227bfa
|
@ -56,6 +56,10 @@ steps:
|
||||||
- /tmp/drone-cache:/tmp/cache
|
- /tmp/drone-cache:/tmp/cache
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
|
phpstan:
|
||||||
|
image: friendicaci/php8.3:php8.3.3
|
||||||
|
commands:
|
||||||
|
- ./bin/composer.phar run phpstan;
|
||||||
check:
|
check:
|
||||||
image: friendicaci/php-cs
|
image: friendicaci/php-cs
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue