Skip to content

Commit 986a878

Browse files
chore: bump crate-ci/typos from 1.36.3 to 1.38.1 (#739)
* chore: bump crate-ci/typos from 1.36.3 to 1.38.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.36.3 to 1.38.1. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@0c17dab...80c8a49) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.38.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: exclude abi files * fix: exclude bindings folder --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: leovct <[email protected]>
1 parent 7852a24 commit 986a878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 5
3939
steps:
4040
- uses: actions/checkout@v5
41-
- uses: crate-ci/typos@0c17dabcee8b8f1957fa917d17393a23e02e1583 # v1.36.3
41+
- uses: crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1.38.1
4242

4343
gen-doc:
4444
name: Check gen-doc generated files

typos.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ BLOK = "BLOK" # accronym for block
1212
THR = "THR" # accronym for throughput
1313

1414
[files]
15-
extend-exclude = ["contracts/lib*", "hdwallet/hdwallet_test.go"]
15+
extend-exclude = ["bindings/", "contracts/lib*", "hdwallet/hdwallet_test.go"]

0 commit comments

Comments
 (0)