diff --git a/.github/workflows/cli-tests.yaml b/.github/workflows/cli-tests.yaml index 1f794180f0c..5ed2f639e7a 100644 --- a/.github/workflows/cli-tests.yaml +++ b/.github/workflows/cli-tests.yaml @@ -34,10 +34,11 @@ env: jobs: typos: name: Spell Check with Typos + if: github.ref != 'refs/heads/main' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: crate-ci/typos@v1.13.10 + - uses: crate-ci/typos@v1.13.16 golangci-lint: strategy: diff --git a/typos.toml b/typos.toml index ec0e8a40a4e..3f0727ac468 100644 --- a/typos.toml +++ b/typos.toml @@ -1,2 +1,5 @@ [default.extend-words] AKE = "AKE" + +[files] +extend-exclude=["*.svg"]