File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions:
3030
3131jobs :
3232 plugin-check :
33- name : WordPress Plugin Check (PHP 8.3)
33+ name : WP Plugin Check (PHP 8.3)
3434 runs-on : ubuntu-latest
3535
3636 strategy :
@@ -115,7 +115,7 @@ jobs:
115115 exit 1
116116
117117 phpcs :
118- name : PHPCS Code Standards Check (PHP 8.3)
118+ name : PHPCS (PHP 8.3)
119119 runs-on : ubuntu-latest
120120 steps :
121121 - name : Checkout code
@@ -170,7 +170,7 @@ jobs:
170170 update_existing : false
171171
172172 vip-phpcs :
173- name : WordPress VIP Coding Standards (PHP 8.3)
173+ name : WP VIP CS (PHP 8.3)
174174 runs-on : ubuntu-latest
175175 steps :
176176 - name : Checkout code
@@ -318,7 +318,7 @@ jobs:
318318 update_existing : false
319319
320320 phpmd :
321- name : PHPMD Code Quality Check (PHP 8.3)
321+ name : PHPMD (PHP 8.3)
322322 runs-on : ubuntu-latest
323323 steps :
324324 - name : Checkout code
@@ -444,7 +444,7 @@ jobs:
444444 update_existing : false
445445
446446 security-check :
447- name : Security Vulnerability Check (PHP 8.3)
447+ name : Security Scan (PHP 8.3)
448448 runs-on : ubuntu-latest
449449 steps :
450450 - name : Checkout code
@@ -530,7 +530,7 @@ jobs:
530530 update_existing : false
531531
532532 phpstan-wordpress :
533- name : PHPStan for WordPress (PHP 8.3)
533+ name : PHPStan for WP (PHP 8.3)
534534 runs-on : ubuntu-latest
535535 steps :
536536 - name : Checkout code
You can’t perform that action at this time.
0 commit comments