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"] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e78fe15..015408f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,9 @@ jobs: uses: actions/checkout@v7 - name: Check spelling - uses: crate-ci/typos@v1.42.3 + uses: crate-ci/typos@v1.48.0 + with: + config: .github/typos.toml lint: runs-on: ubuntu-latest