We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c359b5 commit d542547Copy full SHA for d542547
2 files changed
.github/workflows/workspace.yml
@@ -116,3 +116,9 @@ jobs:
116
env:
117
RUSTDOCFLAGS: "-Dwarnings --cfg docsrs"
118
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
@@ -0,0 +1,4 @@
1
+[files]
2
+extend-exclude = [
3
+ ".git/"
4
+]
0 commit comments