Skip to content

Commit dc58aa3

Browse files
committed
Update .github/workflows/composer-normalize.yml
1 parent f480f64 commit dc58aa3

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/[email protected]
2525
with:

0 commit comments

Comments
 (0)