We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bd9b1 commit 480fb35Copy full SHA for 480fb35
.github/workflows/ci.yml
@@ -69,6 +69,7 @@ jobs:
69
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
70
- name: Check PHP code style
71
id: check-codestyle
72
+ continue-on-error: true
73
env:
74
PHP_CS_FIXER_IGNORE_ENV: true
75
run: |
0 commit comments