Skip to content

Commit 260756e

Browse files
committed
chore: display PHPCS warnings, but do not fail CI
1 parent 4c03a43 commit 260756e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,5 @@ jobs:
8989
- name: Run code style checks for CSS, JavaScript and PHP
9090
run: |
9191
composer install --ignore-platform-req=php
92+
./vendor/bin/phpcs --config-set ignore_warnings_on_exit 1
9293
composer cs

0 commit comments

Comments
 (0)