We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b4d89 commit 72be1ecCopy full SHA for 72be1ec
2 files changed
.github/workflows/github-ci.yaml
@@ -77,7 +77,7 @@ jobs:
77
ruff check pdfly/
78
79
- name: Spell Check Repo
80
- uses: crate-ci/typos@0c17dabcee8b8f1957fa917d17393a23e02e1583 # v1.36.3
+ uses: crate-ci/typos@6d35b835f6f431bbe715c4c1ccd2c7d3264e11fb # v1.37.0
81
82
package:
83
name: Build & verify package
.typos.toml
@@ -1,4 +1,6 @@
1
[default]
2
extend-ignore-identifiers-re = [
3
"FlateDecode",
4
+ # This typo appears in a .tex file in the sample-files git submodule:
5
+ "exampe"
6
]
0 commit comments