Skip to content

Commit c8097f3

Browse files
Bump crate-ci/typos from 1.42.2 to 1.43.0 (#1206)
* Bump crate-ci/typos from 1.42.2 to 1.43.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.42.2 to 1.43.0. - [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.42.2...v1.43.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update typos.toml Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent e2621b9 commit c8097f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ValidatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
- uses: actions/checkout@v6
135135
- name: Spell Check Repo
136-
uses: crate-ci/typos@v1.42.2
136+
uses: crate-ci/typos@v1.43.0
137137

138138
license-headers:
139139
name: check license headers

typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ extend-exclude = ["**/*.patch", "src/hyperlight_guest_bin/third_party/**/*", "NO
99
typ="typ"
1010
mmaped="mmapped"
1111
fpr="fpr"
12+
# consts is a module name in stdlib
13+
consts="consts"

0 commit comments

Comments
 (0)