CI: Ensure that the CI returns an error if PHP code doesn't respect phpcs configuration (https://github.com/woocommerce/woocommerce-blocks/pull/9920)

This commit is contained in:
Luigi Teschio 2023-06-21 12:51:30 +02:00 committed by GitHub
parent 249dcb74f2
commit 31a2fd77dd
1 changed files with 1 additions and 1 deletions

View File

@ -61,4 +61,4 @@ jobs:
run: phpcs -i
- name: Run PHPCS on all files
run: phpcs ./src -q -n --report=checkstyle | cs2pr
run: phpcs ./src -n --report=checkstyle | cs2pr