Skip to content

Commit 3591fe5

Browse files
committed
Add composer normalize step
1 parent df9d9d8 commit 3591fe5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/drupal-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ jobs:
141141
echo "EOF"
142142
} >> $GITHUB_OUTPUT
143143
144+
- name: "Run composer normalize"
145+
uses: "docker://ergebnis/composer-normalize-action:latest"
146+
144147
- name: Run Drupal updates
145148
run: vendor/bin/drush updb -y
146149

0 commit comments

Comments
 (0)