We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb389d commit e36858dCopy full SHA for e36858d
1 file changed
.github/workflows/build.yml
@@ -46,5 +46,8 @@ jobs:
46
- name: "Static Analysis"
47
run: "vendor/bin/phpstan analyze"
48
49
+ - name: "Rector"
50
+ run: "vendor/bin/rector --dry-run"
51
+
52
- name: "Tests"
53
run: "vendor/bin/phpunit"
0 commit comments