Skip to content

Commit 5f41e47

Browse files
committed
Check for typos
1 parent bea8950 commit 5f41e47

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
- name: Run clippy
6363
run: cargo clippy --workspace --all-targets --all-features -- --deny warnings
6464
- uses: EmbarkStudios/cargo-deny-action@v1
65+
- name: Check spelling
66+
uses: crate-ci/[email protected]
6567
test:
6668
name: Test
6769
strategy:

typos.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[files]
2+
extend-exclude = ["*.svg"]

0 commit comments

Comments
 (0)