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 0fe896a commit 6614febCopy full SHA for 6614feb
.github/workflows/test.yml
@@ -79,11 +79,7 @@ jobs:
79
run: vendor/bin/phpunit
80
81
- name: 'PHPCS: check code style without cache, no parallel'
82
-<<<<<<< HEAD
83
- if: ${{ matrix.custom_ini == false }}
84
-=======
85
if: ${{ matrix.custom_ini == false && matrix.php != 7.4 }}
86
->>>>>>> a7b2b955c... GH Actions: report CS violations in the PR
87
run: php bin/phpcs --no-cache --parallel=1
88
89
- name: 'PHPCS: check code style to show results in PR'
0 commit comments