Skip to content

Commit 4db4cbf

Browse files
committed
fix CS output
1 parent 1b8c595 commit 4db4cbf

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
@@ -59,13 +59,13 @@ jobs:
5959
php-version: '8.1'
6060
extensions: mbstring, json, fileinfo
6161
coverage: none
62-
tools: pecl
62+
tools: pecl, cs2pr
6363

6464
- name: Composer install
6565
run: composer install
6666

6767
- name: Run phpcs
68-
run: vendor/bin/phpcs --version && vendor/bin/phpcs --report=checkstyle
68+
run: vendor/bin/phpcs --version && vendor/bin/phpcs --report=checkstyle | cs2pr
6969

7070
- name: Run phpstan
7171
run: vendor/bin/phpstan -V && vendor/bin/phpstan analyze --error-format=github

0 commit comments

Comments
 (0)