diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a567e6d8d..bfea288a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,9 @@ jobs: - name: Install dependencies run: composer --verbose install + - name: Validate composer.json structure + run: composer normalize --dry-run + # @see https://www.drupal.org/node/3176567 - name: Install testing dependency if: ${{ matrix.php-versions == '8.1' }}