Skip to content

Commit

Permalink
Merge pull request #339 from jolicode/fix-ci-cs
Browse files Browse the repository at this point in the history
CI should run PHP-CS-Fixer in dry-run mode to exit with error code
  • Loading branch information
pyrech authored Jan 23, 2025
2 parents d1daa2d + 276b020 commit 9c0627b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9c0627b

Please sign in to comment.