Skip to content

Commit 707e3ef

Browse files
authored
Create composer-normalize.yml
1 parent 75a2164 commit 707e3ef

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: normalize composer.json
2+
3+
on:
4+
push:
5+
paths:
6+
- 'composer.json'
7+
8+
jobs:
9+
normalize:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Git checkout
13+
uses: actions/checkout@v2
14+
15+
- name: normalize composer.json
16+
run: |
17+
composer global require ergebnis/composer-normalize
18+
composer normalize
19+
20+
- uses: stefanzweifel/[email protected]
21+
with:
22+
commit_message: normalize composer.json

0 commit comments

Comments
 (0)