Skip to content

Commit 72be1ec

Browse files
MAINT: Update crate-ci/typos action to v1.37.0 (#155)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lucas Cimon <925560+Lucas-C@users.noreply.github.com>
1 parent 26b4d89 commit 72be1ec

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/github-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
ruff check pdfly/
7878
7979
- name: Spell Check Repo
80-
uses: crate-ci/typos@0c17dabcee8b8f1957fa917d17393a23e02e1583 # v1.36.3
80+
uses: crate-ci/typos@6d35b835f6f431bbe715c4c1ccd2c7d3264e11fb # v1.37.0
8181

8282
package:
8383
name: Build & verify package

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[default]
22
extend-ignore-identifiers-re = [
33
"FlateDecode",
4+
# This typo appears in a .tex file in the sample-files git submodule:
5+
"exampe"
46
]

0 commit comments

Comments
 (0)