Skip to content

Commit 8606847

Browse files
committed
GitHub Actions: Rename WordPress Coding Standards to WordPress PHP Coding Standards
1 parent ea5991d commit 8606847

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: php vendor/bin/phpcs -q --standard=phpcs.tests.xml --report=checkstyle ./tests | cs2pr
119119

120120
# Run WordPress Coding Standards on Plugin.
121-
- name: Run WordPress Coding Standards
121+
- name: Run WordPress PHP Coding Standards
122122
working-directory: ${{ env.PLUGIN_DIR }}
123123
run: php vendor/bin/phpcs -q --standard=phpcs.xml --report=checkstyle ./ | cs2pr
124124

0 commit comments

Comments
 (0)