Skip to content

Commit 1660243

Browse files
authored
chore: sort word lists in PRs (#5036)
1 parent aca38d3 commit 1660243

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/autofix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ jobs:
2424
- name: Lint
2525
run: pnpm run lint:fix
2626

27+
- name: Sort Source
28+
run: |
29+
pnpm run lint:fix:sort-source-files
30+
2731
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27

0 commit comments

Comments
 (0)