mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:00:16 +00:00
Rename code style check job
This commit is contained in:
parent
07f7632d64
commit
d3be886dac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue