Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Fix composer normalize workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-de-wit authored Aug 27, 2022
1 parent 9105d99 commit 4f92258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-composer-normalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Normalize composer.json
run: |
composer global require ergebnis/composer-normalize
composer config --no-plugins allow-plugins.ergebnis/composer-normalize true
composer normalize
- uses: stefanzweifel/[email protected]
Expand Down

0 comments on commit 4f92258

Please sign in to comment.