From 67fce8a4fe1b2a53fd96bd7830077ff32370475c Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Mon, 10 Mar 2025 06:53:08 +0100 Subject: [PATCH] ci: fix typos --- .github/workflows/qa.yml | 4 ++-- .typos.toml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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"