Skip to content

Commit

Permalink
github: update crate-ci/typos action to v1.19.0
Browse files Browse the repository at this point in the history
Problem: The crate-ci/typos action is out of date.

Update the typos checker to v0.19.0.

Add src/common/libutil/test/blobref.c to the set of excluded files
since it contains some hash strings which generate false positives.
  • Loading branch information
grondo committed Mar 5, 2024
1 parent 93e302a commit 771c877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check Spelling
uses: crate-ci/typos@e477391cc0243daaeeb154a7bfa67cb7d6fc5831 # v1.16.8
uses: crate-ci/typos@bcafd462cb07ef7ba57e34abf458fe20767e808b # v1.19.0

python-lint:
name: python linting
Expand Down
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ extend-exclude = [
"t/sharness.sh",
"src/common/libutil/sha1.c",
"src/common/libutil/test/sha1.c",
"src/common/libutil/test/blobref.c",
"src/common/libmissing/*.[ch]",
"t/hwloc-data/*",
]
Expand Down

0 comments on commit 771c877

Please sign in to comment.