Compare commits

...

2 Commits

1 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,3 @@
image: php:8.3
before_script:
- curl -sS https://getcomposer.org/installer | php
lint-composer-validate:
image: php:8.3
parallel:
@ -12,8 +7,15 @@ lint-composer-validate:
- modules/storage
- website
script:
- curl -sS https://getcomposer.org/installer | php
- >
php composer.phar validate
--working-dir="$WORKING_DIR"
--strict
--no-check-version
lint-editorconfig:
image: mstruebing/editorconfig-checker:2.7.2
script:
- ec -version
- ec -verbose