From 6d1f7cb3e3e1b8615ed5f6ba1267216ac9d511d0 Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Sun, 30 Mar 2025 19:51:52 +0800 Subject: [PATCH] Fix upgrading and checking of typos (#15454) # Description Fix upgrading and checking of typos --- .github/workflows/typos.yml | 2 +- typos.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 92aafe046b..3eb2639eb7 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -10,4 +10,4 @@ jobs: uses: actions/checkout@v4.1.7 - name: Check spelling - uses: crate-ci/typos@v1.29.10 + uses: crate-ci/typos@v1.30.3 diff --git a/typos.toml b/typos.toml index 4f44aea6d4..14baa39811 100644 --- a/typos.toml +++ b/typos.toml @@ -22,6 +22,7 @@ extend-ignore-re = [ [type.rust.extend-words] nd = "nd" +typ = "typ" numer = "numer" styl = "styl"