diff --git a/.github/workflows/github-ci.yaml b/.github/workflows/github-ci.yaml index 2c03417..321b6ab 100644 --- a/.github/workflows/github-ci.yaml +++ b/.github/workflows/github-ci.yaml @@ -77,7 +77,7 @@ jobs: ruff check pdfly/ - name: Spell Check Repo - uses: crate-ci/typos@0c17dabcee8b8f1957fa917d17393a23e02e1583 # v1.36.3 + uses: crate-ci/typos@6d35b835f6f431bbe715c4c1ccd2c7d3264e11fb # v1.37.0 package: name: Build & verify package diff --git a/.typos.toml b/.typos.toml index 6bbb68f..984a9e1 100644 --- a/.typos.toml +++ b/.typos.toml @@ -1,4 +1,6 @@ [default] extend-ignore-identifiers-re = [ "FlateDecode", + # This typo appears in a .tex file in the sample-files git submodule: + "exampe" ]