diff --git a/.github/workflows/ValidatePullRequest.yml b/.github/workflows/ValidatePullRequest.yml index c80dfb176..078a2049b 100644 --- a/.github/workflows/ValidatePullRequest.yml +++ b/.github/workflows/ValidatePullRequest.yml @@ -133,7 +133,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Spell Check Repo - uses: crate-ci/typos@v1.42.2 + uses: crate-ci/typos@v1.43.0 license-headers: name: check license headers diff --git a/typos.toml b/typos.toml index 07ffa9dee..62149dd4b 100644 --- a/typos.toml +++ b/typos.toml @@ -9,3 +9,5 @@ extend-exclude = ["**/*.patch", "src/hyperlight_guest_bin/third_party/**/*", "NO typ="typ" mmaped="mmapped" fpr="fpr" +# consts is a module name in stdlib +consts="consts"