Skip to content

Commit fc61395

Browse files
committed
ignore go.sum in codespell workflow
1 parent 32faa93 commit fc61395

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codespell.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
- name: Codespell
2525
uses: codespell-project/actions-codespell@v2
2626
with:
27-
ignore_words_file: .codespellignore
27+
ignore_words_file: .codespellignore
28+
skip: "go.sum"

0 commit comments

Comments
 (0)