Skip to content

Commit 83e0df5

Browse files
authored
Fix display of phpcs errors on PRs
1 parent 4ab5d33 commit 83e0df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
php-version: ${{ matrix.php-version }}
3333
extensions: mbstring, intl
34-
coverage: pcov
34+
coverage: pcov, cs2pr
3535

3636
- name: Get composer cache directory
3737
id: composer-cache
@@ -105,4 +105,4 @@ jobs:
105105
run: make install-dev
106106

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

0 commit comments

Comments
 (0)