Skip to content

Commit

Permalink
[#653] Added Composer normalizer check to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 16, 2024
1 parent 8db66a6 commit 672cbc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 672cbc5

Please sign in to comment.