From f88aa91aef729a783f07c8f3afb583cfdfc7c14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:30:38 +0000 Subject: [PATCH 1/3] Bump crate-ci/typos from 1.42.3 to 1.48.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.42.3 to 1.48.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.42.3...v1.48.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e78fe15..9a31968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v7 - name: Check spelling - uses: crate-ci/typos@v1.42.3 + uses: crate-ci/typos@v1.48.0 lint: runs-on: ubuntu-latest From 1b1a30c794a898f4b945cd241a7254923863e7ef Mon Sep 17 00:00:00 2001 From: Thoriq Firdaus <2067467+tfirdaus@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:37:17 +0700 Subject: [PATCH 2/3] Update `typos` config --- .github/typos.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/typos.toml diff --git a/.github/typos.toml b/.github/typos.toml new file mode 100644 index 0000000..a250f58 --- /dev/null +++ b/.github/typos.toml @@ -0,0 +1,2 @@ +[files] +extend-exclude = ["tests/phpunit/wp-tests-config.php"] From 008d69c8c2258ac9e6d03b59081bf6c8d24b098d Mon Sep 17 00:00:00 2001 From: Thoriq Firdaus <2067467+tfirdaus@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:38:47 +0700 Subject: [PATCH 3/3] Use with config --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a31968..015408f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,8 @@ jobs: - name: Check spelling uses: crate-ci/typos@v1.48.0 + with: + config: .github/typos.toml lint: runs-on: ubuntu-latest