Skip to content

Commit 61082cf

Browse files
Bump crate-ci/typos from 1.35.7 to 1.37.1 (#146)
* Bump crate-ci/typos from 1.35.7 to 1.37.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.35.7 to 1.37.1. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.35.7...v1.37.1) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.37.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * add indx to allowable typos * typo fix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Winters <[email protected]>
1 parent 52bb8cd commit 61082cf

File tree

3 files changed

+109
-108
lines changed

3 files changed

+109
-108
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v5
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.35.7
13+
uses: crate-ci/typos@v1.37.1

.typos.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
INOUT = "INOUT"
33
typ = "typ"
44
Colinear = "Colinear"
5-
colinear = "colinear"
5+
colinear = "colinear"
6+
indx = "indx"

0 commit comments

Comments
 (0)