We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa852d commit 0f91560Copy full SHA for 0f91560
1 file changed
.github/workflows/build.yml
@@ -51,3 +51,6 @@ jobs:
51
52
- name: "Tests"
53
run: "vendor/bin/phpunit"
54
+
55
+ - name: "Composer Normalizer"
56
+ run: "composer normalize --dry-run"
0 commit comments