Skip to content

Commit 6437618

Browse files
Remove typo config for "colour", update to 1.30.2
1 parent 376d170 commit 6437618

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)