Skip to content

Commit 4513d92

Browse files
CI: Report PHPStan errors as warnings in reusable workflow
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 34d5a05 commit 4513d92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-php-static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: Run PHP static analysis tests
110110
id: phpstan
111-
run: phpstan analyse -vvv --error-format=checkstyle | cs2pr
111+
run: phpstan analyse -vvv --error-format=checkstyle | cs2pr --errors-as-warnings --graceful-warnings
112112

113113
- name: "Save result cache"
114114
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0

0 commit comments

Comments
 (0)