Skip to content

Commit c951e7c

Browse files
committed
Sort contributors.yml as part of the format workflow
1 parent e7ec540 commit c951e7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/format.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: 📥 Install deps
3131
run: yarn --frozen-lockfile
3232

33+
- name: 🔃 Sort contributors.yml
34+
run: sort --ignore-case --output contributors.yml contributors.yml
35+
3336
- name: 👔 Format
3437
run: yarn format
3538

0 commit comments

Comments
 (0)