Skip to content

Commit 50ba8a4

Browse files
authored
ci: update error format to github
1 parent 8c909ea commit 50ba8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
command: COMPOSER_ROOT_VERSION=dev-master composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
5252

5353
- name: "Run a static analysis with phpstan/phpstan"
54-
run: "vendor/bin/phpstan --error-format=checkstyle"
54+
run: "vendor/bin/phpstan --error-format=github"

0 commit comments

Comments
 (0)