Skip to content

Commit 14c736f

Browse files
committed
ci: add spell check
for code greater use spell check Signed-off-by: jokemanfire <[email protected]>
1 parent 588a013 commit 14c736f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ jobs:
6060

6161
- name: Run clippy
6262
run: cargo clippy --all-targets --all-features -- -D warnings
63+
64+
spelling:
65+
name: spell check with typos
66+
runs-on: ubuntu-latest
67+
steps:
68+
- uses: actions/checkout@v4
69+
- name: Spell Check Repo
70+
uses: crate-ci/typos@master
6371

6472
test:
6573
name: Run Tests

0 commit comments

Comments
 (0)