Skip to content

Commit 0f91560

Browse files
committed
ci: Check if composer.json is normalized
1 parent 3aa852d commit 0f91560

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ jobs:
5151

5252
- name: "Tests"
5353
run: "vendor/bin/phpunit"
54+
55+
- name: "Composer Normalizer"
56+
run: "composer normalize --dry-run"

0 commit comments

Comments
 (0)