Skip to content

Commit 06343d4

Browse files
authored
Sort contributors.yml as part of the format workflow (#11154)
1 parent e4f663c commit 06343d4

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)