Skip to content

Commit

Permalink
Show sniffs in messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Jul 30, 2023
1 parent 4763194 commit c4652e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: composer install

- name: Run PHP Compatibility
run: ./vendor/bin/phpcs *.php includes -p --standard=PHPCompatibilityWP --extensions=php --runtime-set testVersion 7.2-
run: ./vendor/bin/phpcs *.php includes -ps --standard=PHPCompatibilityWP --extensions=php --runtime-set testVersion 7.2-

php_linting:
name: PHP Coding Standards
Expand All @@ -49,7 +49,7 @@ jobs:
run: composer install

- name: Run PHP Coding Standard sniffs.
run: ./vendor/bin/phpcs *.php includes -p --extensions=php --runtime-set testVersion 7.2- --report-full --report-checkstyle=./.github/phpcs-report.xml
run: ./vendor/bin/phpcs *.php includes -ps --extensions=php --runtime-set testVersion 7.2- --report-full --report-checkstyle=./.github/phpcs-report.xml

- name: Show PHPCS results in PR
if: ${{ always() }}
Expand Down

0 comments on commit c4652e3

Please sign in to comment.