We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dae7b21 + 7a46259 commit dd3d4c2Copy full SHA for dd3d4c2
.github/workflows/composer-normalize.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Normalize composer.json
20
run: |
21
composer global require ergebnis/composer-normalize
22
- composer normalize
+ composer normalize --indent-style=space --indent-size=4 --no-check-lock --no-update-lock --no-interaction --ansi
23
24
- uses: stefanzweifel/git-auto-commit-action@v4.0.0
25
with:
0 commit comments