From 4cdc42e2fa07e3dc875800f542b71889ac41bf67 Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Sun, 24 Jan 2021 01:00:43 +0300 Subject: [PATCH] psalm --output-format=github --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0a1ffe..50b0ad3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -149,7 +149,7 @@ jobs: run: composer update --no-progress --no-interaction --prefer-dist - name: Run script - run: composer psalm + run: vendor/bin/psalm --output-format=github infection: name: Infection