From 250aefb089f236668177f7ff3eb49cb372744425 Mon Sep 17 00:00:00 2001 From: Tyrone Tudehope Date: Wed, 13 Mar 2024 13:26:45 +0200 Subject: [PATCH] chore: Use rector --dry-run in CI workflow --- .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 79ee9f4..92c0e14 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - run: composer install --prefer-dist --no-progress - name: Run rector --dry-run run: | - vendor/bin/rector --memory-limit=1G --no-progress-bar + vendor/bin/rector --memory-limit=1G --no-progress-bar --dry-run phpstan: name: PHPStan runs-on: ubuntu-latest