Skip to content

Commit d141390

Browse files
committed
skip lockfiles in codespell
1 parent 0c77fb7 commit d141390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
- uses: actions/checkout@v4
88
- run: python3 -m pip install codespell
99
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
10-
--skip="./README.*.md,*.svg,*.ai,./benchmarks/snippets.py,./tests,./tools"
10+
--skip="./README.*.md,*.svg,*.ai,./benchmarks/snippets.py,./tests,./tools,*.lock"

0 commit comments

Comments
 (0)