Skip to content

Commit 4443bbf

Browse files
committed
Use composer normalize as tool
1 parent 7ee298e commit 4443bbf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,11 @@ jobs:
6969
with:
7070
php-version: latest
7171
coverage: none
72+
tools: composer-normalize
7273
- name: Setup Composer
7374
uses: ./.github/actions/setup-composer
74-
- name: Install composer-normalize
75-
run: composer require --dev ergebnis/composer-normalize
7675
- name: Run composer-normalize
77-
run: composer normalize --dry-run
76+
run: composer-normalize --dry-run
7877
coverage:
7978
runs-on: ubuntu-latest
8079
steps:

0 commit comments

Comments
 (0)