From 15531f5297ae6ba6434aa9667074fb57f2e15df0 Mon Sep 17 00:00:00 2001 From: WordPressFan Date: Mon, 13 Jan 2025 15:12:16 +0200 Subject: [PATCH] show more details about errors in the CI --- .github/workflows/lint_phpstan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_phpstan.yml b/.github/workflows/lint_phpstan.yml index e252193b85..405ba130d6 100644 --- a/.github/workflows/lint_phpstan.yml +++ b/.github/workflows/lint_phpstan.yml @@ -37,5 +37,5 @@ jobs: run: composer install --prefer-dist --no-interaction --no-scripts - name: Lint with PHP Stan - run: composer run-stan -- --error-format=github + run: composer run-stan