Skip to content

Commit d542547

Browse files
committed
ci: add typos job
1 parent 1c359b5 commit d542547

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/workspace.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,9 @@ jobs:
116116
env:
117117
RUSTDOCFLAGS: "-Dwarnings --cfg docsrs"
118118
run: cargo doc --no-deps --features std
119+
120+
typos:
121+
runs-on: ubuntu-latest
122+
steps:
123+
- uses: actions/checkout@v4
124+
- uses: crate-ci/typos@v1

.typos.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[files]
2+
extend-exclude = [
3+
".git/"
4+
]

0 commit comments

Comments
 (0)