Skip to content

Commit dd3d4c2

Browse files
committed
Merge remote-tracking branch 'origin/master' into master
2 parents dae7b21 + 7a46259 commit dd3d4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/composer-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Normalize composer.json
2020
run: |
2121
composer global require ergebnis/composer-normalize
22-
composer normalize
22+
composer normalize --indent-style=space --indent-size=4 --no-check-lock --no-update-lock --no-interaction --ansi
2323
2424
- uses: stefanzweifel/git-auto-commit-action@v4.0.0
2525
with:

0 commit comments

Comments
 (0)