There was an error while loading. Please reload this page.
1 parent c201f7f commit b452371Copy full SHA for b452371
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
uses: shivammathur/setup-php@v2
75
with:
76
php-version: 8.0
77
- tools: composer:v2, cs2pr
+ tools: composer:v2
78
coverage: none
79
- name: Cache Composer dependencies
80
uses: actions/cache@v4
@@ -85,4 +85,4 @@ jobs:
85
- name: Install PHP dependencies
86
run: composer install --no-interaction --no-progress --no-suggest
87
- name: Psalm
88
- run: vendor/bin/psalm --output-format=checkstyle | cs2pr
+ run: vendor/bin/psalm --output-format=github
0 commit comments