Skip to content

Commit 96e247f

Browse files
committed
Fix spellcheck
1 parent b7a97e1 commit 96e247f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.config/topic.dic

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
16
1+
18
2+
≥1
23
Changelog
34
CHANGELOG
5+
derive_bounded
46
destructure/G
57
enum/S
68
FQS

.github/workflows/spellcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v3
2626
- name: Run Spellcheck
27+
run: cargo spellcheck check -m 1 2>/dev/null
28+
- name: Run Spellcheck on CHANGELOG.md
2729
run: cargo spellcheck check -m 1 CHANGELOG.md 2>/dev/null

0 commit comments

Comments
 (0)