Skip to content

Commit 8568cba

Browse files
Remove typo config for "colour", update to 1.30.2 (#10)
1 parent 376d170 commit 8568cba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v4
6868
- name: Check typos
69-
uses: crate-ci/typos@v1.29.4
69+
uses: crate-ci/typos@v1.30.2
7070

7171
build_result:
7272
name: Result

.typos.toml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
# Match Identifier - Case Sensitive
1010
[default.extend-identifiers]
11-
colour = "color"
1211

1312
# Match Inside a Word - Case Insensitive
1413
[default.extend-words]

0 commit comments

Comments
 (0)