]> git.mxchange.org Git - friendica.git/commitdiff
Rename code style check job
authorArt4 <art4@wlabs.de>
Thu, 28 Nov 2024 12:42:03 +0000 (12:42 +0000)
committerArt4 <art4@wlabs.de>
Thu, 28 Nov 2024 12:42:03 +0000 (12:42 +0000)
.woodpecker/.code_standards_check.yml

index 7bfddf05a2a11134d8a156e7a85d0de151632350..21e57de672c757d26c29513a7aec40aaf88ad4dd 100644 (file)
@@ -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