We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c03a43 commit 260756eCopy full SHA for 260756e
.github/workflows/tests.yml
@@ -89,4 +89,5 @@ jobs:
89
- name: Run code style checks for CSS, JavaScript and PHP
90
run: |
91
composer install --ignore-platform-req=php
92
+ ./vendor/bin/phpcs --config-set ignore_warnings_on_exit 1
93
composer cs
0 commit comments