Skip to content

Commit 9ff56d9

Browse files
committed
ci: Run typos from main quick-test workflow
1 parent 16d3ccc commit 9ff56d9

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
run: cargo fmt --all -- --check
6666
- name: clippy
6767
run: cargo clippy --all-targets --all-features -- --deny clippy::all
68+
- name: typos
69+
uses: crate-ci/typos@master
6870

6971
tests:
7072
needs: [quick-test]

.github/workflows/typos.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)