We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab5d33 commit 73c4790Copy full SHA for 73c4790
1 file changed
.github/workflows/ci.yml
@@ -85,6 +85,7 @@ jobs:
85
with:
86
php-version: '8.1'
87
extensions: mbstring, intl
88
+ tools: cs2pr
89
coverage: none
90
91
- name: Get composer cache directory
@@ -105,4 +106,4 @@ jobs:
105
106
run: make install-dev
107
108
- name: Run PHP CodeSniffer
- run: vendor/bin/phpcs --report=checkstyle
109
+ run: vendor/bin/phpcs --report=checkstyle | cs2pr
0 commit comments