Skip to content

Commit f9690dc

Browse files
authored
Workflow
1 parent ff4870d commit f9690dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/wp-compatibility-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030

3131
jobs:
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

0 commit comments

Comments
 (0)