Skip to content

Commit

Permalink
Sort contributors.yml as part of the format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jan 2, 2024
1 parent e7ec540 commit c951e7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: 📥 Install deps
run: yarn --frozen-lockfile

- name: 🔃 Sort contributors.yml
run: sort --ignore-case --output contributors.yml contributors.yml

- name: 👔 Format
run: yarn format

Expand Down

0 comments on commit c951e7c

Please sign in to comment.