Skip to content

Commit 8d1bda7

Browse files
committed
fix composer normalize
1 parent 6c50403 commit 8d1bda7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/composer-normalize.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Normalize composer.json
2020
run: |
2121
composer global require ergebnis/composer-normalize
22+
composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true
2223
composer normalize --indent-style=space --indent-size=4 --no-check-lock --no-update-lock --no-interaction --ansi
2324
2425
- uses: stefanzweifel/[email protected]

0 commit comments

Comments
 (0)