Skip to content

Commit

Permalink
fix composer normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Feb 21, 2023
1 parent 6c50403 commit 8d1bda7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/composer-normalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Normalize composer.json
run: |
composer global require ergebnis/composer-normalize
composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true
composer normalize --indent-style=space --indent-size=4 --no-check-lock --no-update-lock --no-interaction --ansi
- uses: stefanzweifel/git-auto-commit-action@v4.15.4
Expand Down

0 comments on commit 8d1bda7

Please sign in to comment.