We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49dc46 commit 9a2f923Copy full SHA for 9a2f923
2 files changed
.github/workflows/ci_check.yml
@@ -41,7 +41,7 @@ jobs:
41
steps:
42
- uses: actions/checkout@v4
43
- name: Check typos
44
- uses: crate-ci/typos@v1.28.4
+ uses: crate-ci/typos@v1.31.1
45
46
licenses:
47
runs-on: ubuntu-latest
.typos.toml
@@ -27,6 +27,7 @@
27
"hsa" = "hsa"
28
# Tech words
29
"WRONLY" = "WRONLY"
30
+"typ" = "typ"
31
32
[files]
33
extend-exclude = [
0 commit comments