Skip to content

Commit 672cbc5

Browse files
committed
[#653] Added Composer normalizer check to CI.
1 parent 8db66a6 commit 672cbc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Install dependencies
6161
run: composer --verbose install
6262

63+
- name: Validate composer.json structure
64+
run: composer normalize --dry-run
65+
6366
# @see https://www.drupal.org/node/3176567
6467
- name: Install testing dependency
6568
if: ${{ matrix.php-versions == '8.1' }}

0 commit comments

Comments
 (0)