We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376d170 commit 8568cbaCopy full SHA for 8568cba
.github/workflows/main.yml
@@ -66,7 +66,7 @@ jobs:
66
steps:
67
- uses: actions/checkout@v4
68
- name: Check typos
69
- uses: crate-ci/typos@v1.29.4
+ uses: crate-ci/typos@v1.30.2
70
71
build_result:
72
name: Result
.typos.toml
@@ -8,7 +8,6 @@
8
9
# Match Identifier - Case Sensitive
10
[default.extend-identifiers]
11
-colour = "color"
12
13
# Match Inside a Word - Case Insensitive
14
[default.extend-words]
0 commit comments