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"