From 276b020194e23ada0fdcf91915f39cbaff55970e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20Piera?= Date: Wed, 22 Jan 2025 12:21:32 +0100 Subject: [PATCH] CI should run PHP-CS-Fixer in dry-run mode to exit with error code --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71e7787..2d17278 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: "castor start" - name: "Check PHP coding standards" - run: "castor qa:cs" + run: "castor qa:cs --dry-run" - name: "Run PHPStan" run: "castor qa:phpstan"