We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c29d03 commit d4905d7Copy full SHA for d4905d7
.github/workflows/rector.yaml
.github/workflows/static-analysis.yml
@@ -65,3 +65,6 @@ jobs:
65
66
- name: "Run Psalm"
67
run: "vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc)"
68
+
69
+ - name: "Run Rector"
70
+ run: "vendor/bin/rector --ansi --dry-run"
0 commit comments