diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 053d1e951..22d4b0a75 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -3,8 +3,8 @@ on: [merge_group, push, pull_request] jobs: spellcheck: name: Spellcheck - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 # Executes "typos ." - - uses: crate-ci/typos@v1.29.9 + - uses: crate-ci/typos@v1.30.1 diff --git a/.typos.toml b/.typos.toml index ff5de34ea..5dc809c9e 100644 --- a/.typos.toml +++ b/.typos.toml @@ -17,4 +17,6 @@ extend-ignore-identifiers-re = [ HD = "HD" [default.extend-identifiers] +# We sometimes use "typ" as "type" is a reserved keyword +typ = "typ"