mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:40:17 +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
|
||||
commands:
|
||||
- bin/composer.phar run phpstan;
|
||||
check:
|
||||
codestyle:
|
||||
image: friendicaci/php-cs
|
||||
commands:
|
||||
- if [ ! -z "$${CI_COMMIT_PULL_REQUEST}" ]; then
|
||||
|
|
Loading…
Reference in a new issue