We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5991d commit 8606847Copy full SHA for 8606847
1 file changed
.github/workflows/coding-standards.yml
@@ -118,7 +118,7 @@ jobs:
118
run: php vendor/bin/phpcs -q --standard=phpcs.tests.xml --report=checkstyle ./tests | cs2pr
119
120
# Run WordPress Coding Standards on Plugin.
121
- - name: Run WordPress Coding Standards
+ - name: Run WordPress PHP Coding Standards
122
working-directory: ${{ env.PLUGIN_DIR }}
123
run: php vendor/bin/phpcs -q --standard=phpcs.xml --report=checkstyle ./ | cs2pr
124
0 commit comments