Rename code style check job

This commit is contained in:
Art4 2024-11-28 12:42:03 +00:00
parent 07f7632d64
commit d3be886dac

View file

@ -37,7 +37,7 @@ steps:
PHP_MAJOR_VERSION: 8.2 PHP_MAJOR_VERSION: 8.2
commands: commands:
- bin/composer.phar run phpstan; - bin/composer.phar run phpstan;
check: codestyle:
image: friendicaci/php-cs image: friendicaci/php-cs
commands: commands:
- if [ ! -z "$${CI_COMMIT_PULL_REQUEST}" ]; then - if [ ! -z "$${CI_COMMIT_PULL_REQUEST}" ]; then