ci: remove PHPUnit, PHPStan and PHPCS

Remove these checks as there are no custom modules.
This commit is contained in:
Oliver Davies 2023-10-18 17:52:36 +02:00
parent a96d506f04
commit dda036f9b1
5 changed files with 3 additions and 106 deletions

View file

@ -11,16 +11,9 @@ database:
php:
version: 8.1-fpm-bullseye
phpcs:
paths:
- web/modules/custom
standards:
- Drupal
- DrupalPractice
phpstan:
level: max
paths:
- web/modules/custom
phpcs: false
phpstan: false
phpunit: false
drupal:
docroot: web