From 1f7562563ab3b0853e55be255c0fb8cf98849cc7 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Fri, 9 May 2025 21:03:50 +0200 Subject: [PATCH] Use `github` error format for phpstan tests (#1357) --- .github/workflows/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b00b810b4..da5f6ae55 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.2, 8.3, 8.4] + php: [ 8.2, 8.3, 8.4 ] steps: - name: Code Checkout uses: actions/checkout@v4 @@ -68,4 +68,4 @@ jobs: run: composer install --no-interaction --no-suggest --no-progress --no-scripts - name: PHPStan - run: vendor/bin/phpstan --memory-limit=-1 \ No newline at end of file + run: vendor/bin/phpstan --memory-limit=-1 --error-format=github