Skip to content

Commit b452371

Browse files
committed
Use Psalm's native GitHub formatter
1 parent c201f7f commit b452371

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
@@ -74,7 +74,7 @@ jobs:
7474
uses: shivammathur/setup-php@v2
7575
with:
7676
php-version: 8.0
77-
tools: composer:v2, cs2pr
77+
tools: composer:v2
7878
coverage: none
7979
- name: Cache Composer dependencies
8080
uses: actions/cache@v4
@@ -85,4 +85,4 @@ jobs:
8585
- name: Install PHP dependencies
8686
run: composer install --no-interaction --no-progress --no-suggest
8787
- name: Psalm
88-
run: vendor/bin/psalm --output-format=checkstyle | cs2pr
88+
run: vendor/bin/psalm --output-format=github

0 commit comments

Comments
 (0)