CI: Fix style check

This commit is contained in:
Igor Scheller 2022-04-19 23:48:23 +02:00 committed by GitHub
parent 66e7a3e183
commit 615858b7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ check-style:
image: composer:latest image: composer:latest
stage: validate stage: validate
before_script: before_script:
- composer --no-ansi global require squizlabs/php_codesniffer - 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"