Skip to content

Commit 73c4790

Browse files
committed
Fix display of phpcs errors on PRs
1 parent 4ab5d33 commit 73c4790

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
with:
8686
php-version: '8.1'
8787
extensions: mbstring, intl
88+
tools: cs2pr
8889
coverage: none
8990

9091
- name: Get composer cache directory
@@ -105,4 +106,4 @@ jobs:
105106
run: make install-dev
106107

107108
- name: Run PHP CodeSniffer
108-
run: vendor/bin/phpcs --report=checkstyle
109+
run: vendor/bin/phpcs --report=checkstyle | cs2pr

0 commit comments

Comments
 (0)