Skip to content

Commit

Permalink
Add GHA rector dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
cicnavi committed Jan 27, 2025
1 parent 1dc0068 commit 5a17a8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
run: |
vendor/bin/phpstan analyze -c phpstan-dev.neon --debug
- name: Rector
run: |
vendor/bin/rector --dry-run
security:
name: Security checks
runs-on: [ubuntu-latest]
Expand Down

0 comments on commit 5a17a8d

Please sign in to comment.