Skip to content

Commit d3cc846

Browse files
committed
Added extra error-format
1 parent b5cadd4 commit d3cc846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: vendor/bin/phpunit --log-junit=reports/report-phpunit.xml --coverage-clover=reports/coverage-phpunit.xml
6565

6666
- name: Static analysis with PHPStan
67-
run: vendor/bin/phpstan analyse --error-format=json > reports/phpstan.json
67+
run: vendor/bin/phpstan analyse --error-format=github --error-format=json > reports/phpstan.json
6868

6969
- name: Static analysis with Psalm
7070
if: "${{ matrix.experimental == false }}"

0 commit comments

Comments
 (0)