Skip to content

Commit 0c37b31

Browse files
authored
Update ci.yml
1 parent 9052a46 commit 0c37b31

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
@@ -124,7 +124,7 @@ jobs:
124124
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
125125
- name: Run PHPstan
126126
run: |
127-
./libraries/vendor/bin/phpstan || :
127+
./libraries/vendor/bin/phpstan --error-format=github || :
128128
129129
tests-unit:
130130
name: Run Unit tests

0 commit comments

Comments
 (0)