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:
parent
249dcb74f2
commit
31a2fd77dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue