Removed CI style check workaround

This commit is contained in:
Igor Scheller 2022-06-17 21:15:27 +02:00
parent 5e81b8d2af
commit 97ee4641eb
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ check-style:
image: composer:latest image: composer:latest
stage: validate stage: validate
before_script: before_script:
- composer --no-ansi global require slevomat/coding-standard squizlabs/php_codesniffer phpstan/phpdoc-parser:"1.5.*" - composer --no-ansi global require slevomat/coding-standard squizlabs/php_codesniffer
- export PATH=$PATH:$COMPOSER_HOME/vendor/bin - export PATH=$PATH:$COMPOSER_HOME/vendor/bin
script: script:
- phpcs -p --no-colors --basepath="$PWD" - phpcs -p --no-colors --basepath="$PWD"