Skip to content

Commit b2fc773

Browse files
committed
update codespell job
Signed-off-by: cpanato <[email protected]>
1 parent 5644d8c commit b2fc773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
1414
with:
15-
skip: .git,_artifacts,*.sum
15+
skip: .git,_artifacts,*.sum,.golangci.yml
1616
ignore_words_file: .codespellignore
1717
check_filenames: true
1818
check_hidden: true

0 commit comments

Comments
 (0)